bluenevus commited on
Commit
cb17c01
·
verified ·
1 Parent(s): a7244e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -240,4 +240,4 @@ def update_output(n_clicks, url, depth):
240
  ])
241
 
242
  if __name__ == '__main__':
243
- app.run_server(debug=True, host='0.0.0.0', port=7860)
 
240
  ])
241
 
242
  if __name__ == '__main__':
243
+ app.run(debug=True, host='0.0.0.0', port=7860)