DinoFrog commited on
Commit
031341e
·
verified ·
1 Parent(s): 12fb52c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -137,9 +137,10 @@ def launch_app():
137
  analyze_btn.click(
138
  full_analysis,
139
  inputs=[input_text, mode_selector, detail_mode_selector, count, history],
140
- outputs=[sentiment_output, explanation_output_en, explanation_output_fr, count, history, None]
141
  )
142
 
 
143
  download_btn.click(
144
  download_history,
145
  inputs=[history],
 
137
  analyze_btn.click(
138
  full_analysis,
139
  inputs=[input_text, mode_selector, detail_mode_selector, count, history],
140
+ outputs=[sentiment_output, explanation_output_en, explanation_output_fr, count, history]
141
  )
142
 
143
+
144
  download_btn.click(
145
  download_history,
146
  inputs=[history],