eduardo-alvarez commited on
Commit
00e02a7
1 Parent(s): 3b6529e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ with demo:
77
  response += char
78
  yield response
79
 
80
- with gr.Blocks() as demo:
81
  chatbot = gr.Chatbot()
82
  msg = gr.Textbox()
83
  clear = gr.ClearButton([msg, chatbot])
 
77
  response += char
78
  yield response
79
 
80
+ with gr.Blocks():
81
  chatbot = gr.Chatbot()
82
  msg = gr.Textbox()
83
  clear = gr.ClearButton([msg, chatbot])