acecalisto3 commited on
Commit
a71cc4a
1 Parent(s): b6ab649

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -0
config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "runtime": "streamlit:1.14.0",
3
+ "command": ["streamlit", "run", "app.py"],
4
+ ...
5
+ }