TraxDinosaur commited on
Commit
3ffd1cc
1 Parent(s): 7f780d6

Initial Commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,4 +19,4 @@ def handle_message(message):
19
 
20
  # Auto-opening the app in Replit's web viewer
21
  if __name__ == '__main__':
22
- app.run(host='0.0.0.0')
 
19
 
20
  # Auto-opening the app in Replit's web viewer
21
  if __name__ == '__main__':
22
+ app.run(host='0.0.0.0', port=7860)