Helmet / app.py
NightPrince's picture
Create app.py
835ca00 verified
import os
# Launch Streamlit manually even though SDK is Gradio
os.system("streamlit run app_streamlit.py --server.port 7860 --server.address 0.0.0.0")