Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def chat_mem(message,chat_history):
|
|
31 |
return "", chat_history
|
32 |
|
33 |
|
34 |
-
with gr.Blocks(theme=gr.themes.
|
35 |
with gr.Row():
|
36 |
with gr.Column():
|
37 |
chatbot = gr.Chatbot(label='Laso AI Psychologist')
|
|
|
31 |
return "", chat_history
|
32 |
|
33 |
|
34 |
+
with gr.Blocks(theme=gr.themes.Default()) as demo:
|
35 |
with gr.Row():
|
36 |
with gr.Column():
|
37 |
chatbot = gr.Chatbot(label='Laso AI Psychologist')
|