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