sky4432 commited on
Commit
7aff10e
ยท
verified ยท
1 Parent(s): 08923cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ if uploaded_file is not None:
34
  results_label = []
35
  results_score = []
36
 
37
- for text in df["content"]: # 'content' ์—ด์— ๊ฒŒ์‹œ๊ธ€์ด ์žˆ๋‹ค๊ณ  ๊ฐ€์ •
38
  # ๊ฐ์„ฑ๋ถ„์„
39
  result = sentiment_analyzer(text)
40
  label = result[0]['label'] # positive/negative
 
34
  results_label = []
35
  results_score = []
36
 
37
+ for text in df["๋‚ด์šฉ"]:
38
  # ๊ฐ์„ฑ๋ถ„์„
39
  result = sentiment_analyzer(text)
40
  label = result[0]['label'] # positive/negative