Karthikeyan commited on
Commit
e92b7a3
1 Parent(s): a62130b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,7 +203,7 @@ class LangChain_Document_QA:
203
  customer_emotion_fig=self._display_graph(customer_emotion_score)
204
  customer_emotion_fig.update_layout(title="Emotion Analysis",width=770)
205
 
206
- return scores,customer_fig,customer_emotion_fig
207
 
208
 
209
  def clear_func(self):
 
203
  customer_emotion_fig=self._display_graph(customer_emotion_score)
204
  customer_emotion_fig.update_layout(title="Emotion Analysis",width=770)
205
 
206
+ return scores
207
 
208
 
209
  def clear_func(self):