Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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],
|