Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ demo = gr.ChatInterface(
|
|
63 |
],
|
64 |
fill_height=True,
|
65 |
chatbot=chatbot,
|
66 |
-
theme="Nymbo/
|
67 |
)
|
68 |
if __name__ == "__main__":
|
69 |
demo.launch()
|
|
|
63 |
],
|
64 |
fill_height=True,
|
65 |
chatbot=chatbot,
|
66 |
+
theme="Nymbo/Nymbo_Theme",
|
67 |
)
|
68 |
if __name__ == "__main__":
|
69 |
demo.launch()
|