Karthikeyan commited on
Commit
fd972a7
1 Parent(s): 06c32b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -286,7 +286,6 @@ class LangChain_Document_QA:
286
  )
287
  end_btn.click(self._display_history, [], txt4)
288
  clear_btn.click(self.clear_func, [history_state],[])
289
- clear_btn.click(lambda: None, None, chatbot, queue=False)
290
  Sentiment_btn.click(self._on_sentiment_btn_click,[],[txt5,plot,plot_2,plot_3,plot_4])
291
 
292
  demo.title = "Vodafone Generative AI CRM ChatBot"
 
286
  )
287
  end_btn.click(self._display_history, [], txt4)
288
  clear_btn.click(self.clear_func, [history_state],[])
 
289
  Sentiment_btn.click(self._on_sentiment_btn_click,[],[txt5,plot,plot_2,plot_3,plot_4])
290
 
291
  demo.title = "Vodafone Generative AI CRM ChatBot"