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