Tuchuanhuhuhu commited on
Commit
ed27351
·
1 Parent(s): 45b6bd1

点击“新的对话”不再清空文本框

Browse files
Files changed (1) hide show
  1. ChuanhuChatbot.py +0 -1
ChuanhuChatbot.py CHANGED
@@ -331,7 +331,6 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
331
  outputs=[chatbot, status_display],
332
  show_progress=True,
333
  )
334
- emptyBtn.click(**reset_textbox_args)
335
 
336
  retryBtn.click(**start_outputing_args).then(
337
  retry,
 
331
  outputs=[chatbot, status_display],
332
  show_progress=True,
333
  )
 
334
 
335
  retryBtn.click(**start_outputing_args).then(
336
  retry,