Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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)
|