broadfield-dev commited on
Commit
c809d7d
·
verified ·
1 Parent(s): f827315

Update app.py

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