ahmadouna commited on
Commit
095c375
1 Parent(s): 249ba5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ df = pd.read_csv("Comments.csv")
9
  comments = df["Comment"].tolist()
10
 
11
  # Create a selectbox to choose a comment
12
- selected_comment = st.selectbox("Veiller selelctionner un commentaire", comments)
13
 
14
  # Display the selected comment in the text input
15
  text = st.text_input('Entrer le texte à analyser', value=selected_comment)
 
9
  comments = df["Comment"].tolist()
10
 
11
  # Create a selectbox to choose a comment
12
+ selected_comment = st.selectbox("Veuiller selelctionner un commentaire", comments)
13
 
14
  # Display the selected comment in the text input
15
  text = st.text_input('Entrer le texte à analyser', value=selected_comment)