File size: 109 Bytes
0a5446c |
1 2 3 4 5 6 |
import os
if __name__ == "__main__":
# start the streamlit server
os.system("streamlit run app.py")
|
0a5446c |
1 2 3 4 5 6 |
import os
if __name__ == "__main__":
# start the streamlit server
os.system("streamlit run app.py")
|