Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NightPrince
/
CodeGenBot-RAG-Assistant
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
NightPrince
commited on
11 days ago
Commit
aeb5171
·
verified
·
1 Parent(s):
912aee6
Delete app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-4
app.py
DELETED
Viewed
@@ -1,4 +0,0 @@
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")