AleVento commited on
Commit
68c7c10
1 Parent(s): f1d700f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,8 +100,8 @@ def run_sentiment_analysis (txt) :
100
  predictions.append(" ".join([label,str(prediction)]))
101
  return predictions
102
 
 
103
  if(txt):
104
- print(txt)
105
  predictions = run_sentiment_analysis(txt)
106
  for prediction in predictions:
107
  st.write(prediction)
 
100
  predictions.append(" ".join([label,str(prediction)]))
101
  return predictions
102
 
103
+ print(txt)
104
  if(txt):
 
105
  predictions = run_sentiment_analysis(txt)
106
  for prediction in predictions:
107
  st.write(prediction)