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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, None
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):