Ruurd commited on
Commit
3045f29
·
1 Parent(s): 869001f

fix clear button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -287,7 +287,7 @@ with gr.Blocks() as demo:
287
  chat_with_model, chatbot, chatbot
288
  )
289
 
290
- clear.click(lambda: [], None, chatbot, queue=False)
291
 
292
 
293
 
 
287
  chat_with_model, chatbot, chatbot
288
  )
289
 
290
+ clear_btn.click(lambda: [], None, chatbot, queue=False)
291
 
292
 
293