Spaces:
Runtime error
Runtime error
new
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ app=Flask(__name__)
|
|
| 4 |
|
| 5 |
@app.route("/")
|
| 6 |
def home():
|
| 7 |
-
return "<h1>hello , this is
|
| 8 |
|
| 9 |
if __name__=="__main__":
|
| 10 |
-
app.run(host="0.0.0.0", port=
|
|
|
|
| 4 |
|
| 5 |
@app.route("/")
|
| 6 |
def home():
|
| 7 |
+
return "<h1>hello , this is your home </h1>"
|
| 8 |
|
| 9 |
if __name__=="__main__":
|
| 10 |
+
app.run(host="0.0.0.0", port=7860)
|