Updated the requirements

This commit is contained in:
Tiago Ribeiro
2023-06-20 23:23:22 +01:00
parent 07e68e2650
commit 7cd67265db
3 changed files with 12 additions and 10 deletions

2
run.py
View File

@@ -2,4 +2,4 @@ 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}', [], {})
bootstrap.run(real_s_script, f'run.py {real_s_script}', [], {})