Update app.py
Browse files
app.py
CHANGED
@@ -693,7 +693,7 @@ app = main()
|
|
693 |
print("β
Application instance created")
|
694 |
|
695 |
if __name__ == "__main__":
|
696 |
-
port = int(os.environ.get("PORT",
|
697 |
print(f"π Starting server on port {port}")
|
698 |
try:
|
699 |
app.launch(
|
|
|
693 |
print("β
Application instance created")
|
694 |
|
695 |
if __name__ == "__main__":
|
696 |
+
port = int(os.environ.get("PORT", 8080))
|
697 |
print(f"π Starting server on port {port}")
|
698 |
try:
|
699 |
app.launch(
|