lalithadevi commited on
Commit
7fccbed
1 Parent(s): e857da4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,4 +23,4 @@ def update_news():
23
 
24
 
25
  if __name__ == "__main__":
26
- app.run(host="0.0.0.0", port=5002, timeout=120, workers=3, threads=3)
 
23
 
24
 
25
  if __name__ == "__main__":
26
+ app.run(host="0.0.0.0", port=7860, timeout=120, workers=3, threads=3)