delightfulrachel commited on
Commit
8deab90
Β·
verified Β·
1 Parent(s): 7cea8a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", 7860))
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(