Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
burman-ai
/
ChatGPT-Qwen-Coder
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
burman-ai
commited on
Mar 20
Commit
245e0b7
·
verified
·
1 Parent(s):
41024a6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -83,6 +83,7 @@ demo = gr.ChatInterface(
83
],
84
fill_height=True,
85
chatbot=chatbot,
86
87
)
88
83
],
84
fill_height=True,
85
chatbot=chatbot,
86
+
theme="Nymbo/Nymbo_Theme",
87
88
)
89