Skip to content

Commit

Permalink
changed positive
Browse files Browse the repository at this point in the history
  • Loading branch information
lauragreemko committed Oct 9, 2022
1 parent 734c701 commit fe3fdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def predict():
if prediction == 0:
prediction = 'The sentiment of this tweet is positive'
else:
prediction = 'The sentiment of this tweet is positive'
prediction = 'The sentiment of this tweet is negativa'
return render_template('predict.html', predict=prediction)

if __name__ == '__main__':
Expand Down

0 comments on commit fe3fdcb

Please sign in to comment.