grouped-sampling-demo / start_server.py
yonikremer's picture
awaiting server start main
0a5446c
raw
history blame contribute delete
No virus
109 Bytes
import os
if __name__ == "__main__":
# start the streamlit server
os.system("streamlit run app.py")