add playgrounds

This commit is contained in:
Cristiano Ferreira
2023-05-08 09:27:24 +01:00
parent 838411cbdd
commit d1bac041c7
12 changed files with 543 additions and 0 deletions

5
run.py Normal file
View File

@@ -0,0 +1,5 @@
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}', [], {})