YahyaChatBot / app.py
NightPrince's picture
Create app.py
3db3ae6 verified
raw
history blame contribute delete
152 Bytes
import os
# Launch Streamlit manually even though SDK is Gradio
os.system("streamlit run streamlit_app.py --server.port 7860 --server.address 0.0.0.0")