Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NightPrince
/
CodeGenBot-RAG-Assistant
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
NightPrince
commited on
2 days ago
Commit
8783937
·
verified
·
1 Parent(s):
edeb53b
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import os
2
+
3
+
# Launch Streamlit manually even though SDK is Gradio
4
+
os.system("streamlit run streamlit_app.py --server.port 7860 --server.address 0.0.0.0")