Update app.py
Browse files
app.py
CHANGED
@@ -53,4 +53,4 @@ def index():
|
|
53 |
return render_template('index.html')
|
54 |
|
55 |
if __name__ == '__main__':
|
56 |
-
app.run()
|
|
|
53 |
return render_template('index.html')
|
54 |
|
55 |
if __name__ == '__main__':
|
56 |
+
app.run(host="0.0.0.0", port=7860, debug=False)
|