Skip to content

Commit 46470fb

Browse files
Update app.py
1 parent ab39662 commit 46470fb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

backend/app.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,4 @@ def predict():
160160
"plot_url": None
161161
})
162162

163-
# Launch the app
164-
if __name__ == "__main__":
165-
print("✅ Flask app is starting on Azure...")
166-
app.run(host="0.0.0.0", port=80)
163+

0 commit comments

Comments
 (0)