Spaces:
Sleeping
Sleeping
File size: 126 Bytes
203c3e5 |
1 2 3 4 5 |
from streamlit import bootstrap
real_script = 'view/MainView.py'
bootstrap.run(real_script, f'run.py {real_script}', [], {}) |