Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
|
|
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)
|