gualguanosky commited on
Commit
203c3e5
1 Parent(s): 08c979a

create app

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from streamlit import bootstrap
2
+
3
+ real_script = 'view/MainView.py'
4
+
5
+ bootstrap.run(real_script, f'run.py {real_script}', [], {})