Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -287,7 +287,7 @@ demo = gr.ChatInterface(
|
|
287 |
],
|
288 |
fill_height=True,
|
289 |
chatbot=chatbot,
|
290 |
-
theme="Nymbo/
|
291 |
)
|
292 |
print("ChatInterface object created.")
|
293 |
|
|
|
287 |
],
|
288 |
fill_height=True,
|
289 |
chatbot=chatbot,
|
290 |
+
theme="Nymbo/Nymbo_Theme",
|
291 |
)
|
292 |
print("ChatInterface object created.")
|
293 |
|