Karthikeyan commited on
Commit
d359f3d
1 Parent(s): d3a2d60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -299,7 +299,7 @@ class LangChain_Document_QA:
299
  emptyBtn.click(lambda: None, None, chatbot, queue=False)
300
 
301
  Sentiment_btn.click(self._on_sentiment_btn_click,[],[txt5,plot,plot_3])
302
-
303
  demo.title = "AI Mental Healthcare ChatBot"
304
  demo.launch()
305
  document_qa =LangChain_Document_QA()
 
299
  emptyBtn.click(lambda: None, None, chatbot, queue=False)
300
 
301
  Sentiment_btn.click(self._on_sentiment_btn_click,[],[txt5,plot,plot_3])
302
+
303
  demo.title = "AI Mental Healthcare ChatBot"
304
  demo.launch()
305
  document_qa =LangChain_Document_QA()