SistemaNotas / app.py
gualguanosky's picture
create app
203c3e5
raw
history blame contribute delete
126 Bytes
from streamlit import bootstrap
real_script = 'view/MainView.py'
bootstrap.run(real_script, f'run.py {real_script}', [], {})