Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,4 +13,4 @@ def home():
|
|
| 13 |
return render_template("tempor.html")
|
| 14 |
|
| 15 |
if __name__ == "__main__":
|
| 16 |
-
app.run(debug=True, host="0.0.0.0", port=
|
|
|
|
| 13 |
return render_template("tempor.html")
|
| 14 |
|
| 15 |
if __name__ == "__main__":
|
| 16 |
+
app.run(debug=True, host="0.0.0.0", port=7860)
|