iDrops commited on
Commit
1b9998d
·
verified ·
1 Parent(s): c1edd60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Soft(), theme="dark") as demo:
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.Soft()) as demo:
35
  with gr.Row():
36
  with gr.Column():
37
  chatbot = gr.Chatbot(label='Laso AI Psychologist')