Skip to content

Commit 3341ddd

Browse files
committed
Updated port to 8080
1 parent c4cebd3 commit 3341ddd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def feedback():
172172
def start_app():
173173
"""Starts the Flask application (for local & server)."""
174174
print("\n🚀 Server is running on 0.0.0.0:8002")
175-
app.run(host="0.0.0.0", port=8002)
175+
app.run(host="0.0.0.0", port=8080)
176176

177177
if __name__ == "__main__":
178178
start_app()

0 commit comments

Comments
 (0)