Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def full_analysis(text, mode, detail_mode, count, history):
|
|
81 |
"Explication_FR": explanation_fr
|
82 |
})
|
83 |
|
84 |
-
return sentiment_output, explanation_en, explanation_fr, count, history
|
85 |
|
86 |
# Fonction pour télécharger historique CSV
|
87 |
def download_history(history):
|
|
|
81 |
"Explication_FR": explanation_fr
|
82 |
})
|
83 |
|
84 |
+
return sentiment_output, explanation_en, explanation_fr, count, history
|
85 |
|
86 |
# Fonction pour télécharger historique CSV
|
87 |
def download_history(history):
|