ahmadouna commited on
Commit
541ebb9
1 Parent(s): 059661d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from transformers import pipeline
6
  df = pd.read_csv("Comments.csv")
7
 
8
  #recup des comments en liste
9
- comments = df["comment"].tolist()
10
 
11
  # Create a selectbox to choose a comment
12
  selected_comment = st.selectbox("Select a comment", comments)
 
6
  df = pd.read_csv("Comments.csv")
7
 
8
  #recup des comments en liste
9
+ comments = df["Comment"].tolist()
10
 
11
  # Create a selectbox to choose a comment
12
  selected_comment = st.selectbox("Select a comment", comments)