Futuresony commited on
Commit
5661b89
·
verified ·
1 Parent(s): 2b646e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,5 +30,5 @@ def fetch_message():
30
  if __name__ == "__main__":
31
  # Use PORT environment variable or default to 7860
32
  port = int(os.getenv("PORT", 7860))
33
- ap
34
- p.run(host="0.0.0.0", port=port)
 
30
  if __name__ == "__main__":
31
  # Use PORT environment variable or default to 7860
32
  port = int(os.getenv("PORT", 7860))
33
+
34
+ app.run(host="0.0.0.0", port=port)