Spaces:
Running
Running
Commit ·
2f4bfdb
1
Parent(s): 901cb2b
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,5 +15,6 @@ def validate():
|
|
| 15 |
return render_template('index.html', email=send)
|
| 16 |
|
| 17 |
if __name__ == '__main__':
|
| 18 |
-
app.run(
|
|
|
|
| 19 |
|
|
|
|
| 15 |
return render_template('index.html', email=send)
|
| 16 |
|
| 17 |
if __name__ == '__main__':
|
| 18 |
+
app.run(host="0.0.0.0", port=7860)
|
| 19 |
+
|
| 20 |
|