Spaces:
Runtime error
Runtime error
measmonysuon
commited on
Commit
•
56dc4a7
1
Parent(s):
bd31269
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def privacy_policy():
|
|
18 |
|
19 |
# Start Flask server in a separate thread
|
20 |
def run_flask():
|
21 |
-
app.run(port=
|
22 |
|
23 |
# Start Flask server thread
|
24 |
Thread(target=run_flask, daemon=True).start()
|
|
|
18 |
|
19 |
# Start Flask server in a separate thread
|
20 |
def run_flask():
|
21 |
+
app.run(port=5000) # Change the port if necessary
|
22 |
|
23 |
# Start Flask server thread
|
24 |
Thread(target=run_flask, daemon=True).start()
|