We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b894de0 commit 535ac0bCopy full SHA for 535ac0b
app.py
@@ -30,4 +30,4 @@ def home():
30
processed_data=processed_data)
31
32
if __name__ == "__main__":
33
- app.run(host="0.0.0.0", port=8000, debug=True)
+ app.run(host="https://eoagritool-cwfzfndaazauawex.canadacentral-01.azurewebsites.net", port=8000, debug=True)
0 commit comments