Spaces:
Sleeping
Sleeping
Update app.py
#1
by
ahmadouna
- opened
app.py
CHANGED
@@ -36,7 +36,7 @@ if joie:
|
|
36 |
if tristesse:
|
37 |
candidate_labels.append("tristesse") # Remplacer par le label exact pour "négatif"
|
38 |
if peur:
|
39 |
-
candidate_labels.append("
|
40 |
# Créer une selectbox pour choisir un commentaire
|
41 |
selected_comment = st.selectbox("Veuillez sélectionner un commentaire", comments)
|
42 |
|
|
|
36 |
if tristesse:
|
37 |
candidate_labels.append("tristesse") # Remplacer par le label exact pour "négatif"
|
38 |
if peur:
|
39 |
+
candidate_labels.append("surcharge") # Remplacer par le label exact pour "négatif"
|
40 |
# Créer une selectbox pour choisir un commentaire
|
41 |
selected_comment = st.selectbox("Veuillez sélectionner un commentaire", comments)
|
42 |
|