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