Dooratre commited on
Commit
c3efb51
·
verified ·
1 Parent(s): 48ba178

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,4 +11,4 @@ def index():
11
  return f"Your location is: {location}"
12
 
13
  if __name__ == '__main__':
14
- app.run()
 
11
  return f"Your location is: {location}"
12
 
13
  if __name__ == '__main__':
14
+ app.run(host='0.0.0.0',port= 7860)