Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -38,9 +38,9 @@ def respond(message, history):
|
|
38 |
|
39 |
|
40 |
|
41 |
-
with gr.Blocks(
|
42 |
gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
|
43 |
-
|
44 |
|
45 |
|
46 |
if __name__ == "__main__":
|
|
|
38 |
|
39 |
|
40 |
|
41 |
+
with gr.Blocks(gr.themes.Soft()) as demo:
|
42 |
gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
|
43 |
+
gr.themes.Soft()
|
44 |
|
45 |
|
46 |
if __name__ == "__main__":
|