broadfield-dev commited on
Commit
6680594
·
verified ·
1 Parent(s): 7bafad1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,4 +60,4 @@ def index():
60
  return render_template("index.html", categorized_articles=categorized_articles)
61
 
62
  if __name__ == "__main__":
63
- app.run(debug=True, host="0.0.0.0", port=7860)
 
60
  return render_template("index.html", categorized_articles=categorized_articles)
61
 
62
  if __name__ == "__main__":
63
+ app.run(host="0.0.0.0", port=7860)