ahmadouna commited on
Commit
2b7b38e
·
verified ·
1 Parent(s): 1f2c7f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ selected_comment = st.selectbox("Veuillez sélectionner un commentaire", comment
22
  text = st.text_input('Entrer le texte à analyser', value=selected_comment)
23
 
24
  # Labels candidats pour la classification
25
- candidate_labels = ["commentaire positif", "commentaire négatif"]
26
 
27
  # Modèle de phrase pour la formation de l'hypothèse
28
  hypothesis_template = "Cet exemple est un {}."
 
22
  text = st.text_input('Entrer le texte à analyser', value=selected_comment)
23
 
24
  # Labels candidats pour la classification
25
+ candidate_labels = [0, 1]
26
 
27
  # Modèle de phrase pour la formation de l'hypothèse
28
  hypothesis_template = "Cet exemple est un {}."