Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -89,4 +89,4 @@ def index():
|
|
89 |
return render_template("index.html", categorized_articles=categorized_articles, loading_new_feeds=True)
|
90 |
|
91 |
if __name__ == "__main__":
|
92 |
-
app.run(
|
|
|
89 |
return render_template("index.html", categorized_articles=categorized_articles, loading_new_feeds=True)
|
90 |
|
91 |
if __name__ == "__main__":
|
92 |
+
app.run(host="0.0.0.0", port=7860)
|