Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,5 +43,5 @@ gr.Interface(
|
|
43 |
examples=examples,
|
44 |
inputs=["text", "state"],
|
45 |
outputs=["chatbot", "state"],
|
46 |
-
theme="
|
47 |
).launch()
|
|
|
43 |
examples=examples,
|
44 |
inputs=["text", "state"],
|
45 |
outputs=["chatbot", "state"],
|
46 |
+
theme="gradio/monochrome",
|
47 |
).launch()
|