Files
encoach_backend/run.py
Cristiano Ferreira d1bac041c7 add playgrounds
2023-05-08 09:27:24 +01:00

5 lines
172 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}', [], {})