Files
encoach_backend/run.py
2023-06-20 23:23:22 +01:00

6 lines
173 B
Python

from streamlit.web import bootstrap
real_s_script = 'sp1_playground.py'
real_w_script = 'wt2_playground.py'
bootstrap.run(real_s_script, f'run.py {real_s_script}', [], {})