Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
yonikremer
/
grouped-sampling-demo
like
2
Paused
App
Files
Files
Community
6
main
grouped-sampling-demo
/
start_server.py
yonikremer
awaiting server start main
0a5446c
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
109 Bytes
import
os
if
__name__ ==
"__main__"
:
# start the streamlit server
os.system(
"streamlit run app.py"
)