We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb466f2 commit cef63c8Copy full SHA for cef63c8
app.py
@@ -4,7 +4,7 @@
4
5
@app.route("/")
6
def home():
7
- return "Hello Yash from Azure Web App running Python 3.13!"
+ return "Yo! i made a change"
8
9
if __name__ == "__main__":
10
app.run(host='0.0.0.0', port=8000)
0 commit comments