Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -43,5 +43,6 @@ gr.Interface(
|
|
43 |
examples=examples,
|
44 |
inputs=["text", "state"],
|
45 |
outputs=["chatbot", "state"],
|
46 |
-
theme="finlaymacklon/boxy_violet",
|
|
|
47 |
).launch()
|
|
|
43 |
examples=examples,
|
44 |
inputs=["text", "state"],
|
45 |
outputs=["chatbot", "state"],
|
46 |
+
# theme="finlaymacklon/boxy_violet",
|
47 |
+
theme="london",
|
48 |
).launch()
|