Antoine245 commited on
Commit
9763892
·
1 Parent(s): 886f670

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ examples = [
25
  # user_message = ['']
26
  history = ['']
27
 
28
-
29
- with gr.Blocks(theme=gr.themes.Soft()) as demo:
30
  chatbot = gr.Chatbot()
31
  msg = gr.Textbox()
32
  btn = gr.Button("Submit",variant="primary")
 
25
  # user_message = ['']
26
  history = ['']
27
 
28
+ # with gr.Blocks(theme=gr.themes.Soft()) as demo:
29
+ with gr.Blocks() as demo:
30
  chatbot = gr.Chatbot()
31
  msg = gr.Textbox()
32
  btn = gr.Button("Submit",variant="primary")