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

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()) 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.Default()) as demo:
35
  with gr.Row():
36
  with gr.Column():
37
  chatbot = gr.Chatbot(label='Laso AI Psychologist')