alanchen1115 commited on
Commit
0379ea1
1 Parent(s): 57851c6

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -57,4 +57,4 @@ def handle_message(event):
57
  TextSendMessage(text=out))
58
 
59
  if __name__ == '__main__':
60
- app.run()
 
57
  TextSendMessage(text=out))
58
 
59
  if __name__ == '__main__':
60
+ app.run(host="0.0.0.0", port=7860)