Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,5 +19,5 @@ gr.Interface(
|
|
19 |
title = title,
|
20 |
inputs = ["text", "text", "state"],
|
21 |
outputs = ["chatbot", "state"],
|
22 |
-
theme = "
|
23 |
).launch()
|
|
|
19 |
title = title,
|
20 |
inputs = ["text", "text", "state"],
|
21 |
outputs = ["chatbot", "state"],
|
22 |
+
theme = "gradio/seafoam"
|
23 |
).launch()
|