CEKA-AGAPES commited on
Commit
19a3622
·
verified ·
1 Parent(s): 3c75934

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ with gr.Blocks() as demo:
144
 
145
  gr.Markdown(""" ### Ask a question """)
146
 
147
- chatbot = gr.Chatbot().
148
  msg = gr.Textbox(placeholder=PLACEHOLDER)
149
  clear = gr.ClearButton([msg, chatbot])
150
 
 
144
 
145
  gr.Markdown(""" ### Ask a question """)
146
 
147
+ chatbot = gr.Chatbot()
148
  msg = gr.Textbox(placeholder=PLACEHOLDER)
149
  clear = gr.ClearButton([msg, chatbot])
150