Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -49,4 +49,4 @@ def home():
|
|
49 |
return render_template("index.html", task=None, text=None, user_text=None)
|
50 |
|
51 |
if __name__ == '__main__':
|
52 |
-
app.run(
|
|
|
49 |
return render_template("index.html", task=None, text=None, user_text=None)
|
50 |
|
51 |
if __name__ == '__main__':
|
52 |
+
app.run(host='0.0.0.0', port=7860)
|