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.
2 parents 7871f95 + 77933aa commit 96f72c0Copy full SHA for 96f72c0
app.py
@@ -5,6 +5,6 @@
5
@app.route("/")
6
def home():
7
return render_template("index.html")
8
-
+# default port 5000
9
if __name__ == "__main__":
10
app.run(host="0.0.0.0", port=5000, debug=True)
0 commit comments