Update app.py
Browse files
app.py
CHANGED
|
@@ -80,4 +80,4 @@ def index():
|
|
| 80 |
return render_template('index.html', prediction=False)
|
| 81 |
|
| 82 |
if __name__ == '__main__':
|
| 83 |
-
app.run(
|
|
|
|
| 80 |
return render_template('index.html', prediction=False)
|
| 81 |
|
| 82 |
if __name__ == '__main__':
|
| 83 |
+
app.run(port=7860,host='0.0.0.0')
|