Skip to content

Commit

Permalink
closes #136
Browse files Browse the repository at this point in the history
  • Loading branch information
edavidaja committed Jul 19, 2023
1 parent 717f53a commit a831f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask-sentiment-analysis-app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ def sentiment():
return render_template("result.html", input = input, sentiment = sentiment)

if __name__ == '__main__':
app.run(debug = True)
app.run()

0 comments on commit a831f4c

Please sign in to comment.