bluenevus commited on
Commit
2826661
·
1 Parent(s): 1167b29

Update app.py via AI Editor

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -228,5 +228,5 @@ def handle_all_tabs(*args):
228
 
229
  if __name__ == '__main__':
230
  print("Starting the Dash application...")
231
- threading.Thread(target=lambda: app.run(debug=True, host='0.0.0.0', port=7860, threaded=True)).start()
232
  print("Dash application has finished running.")
 
228
 
229
  if __name__ == '__main__':
230
  print("Starting the Dash application...")
231
+ app.run(debug=True, host='0.0.0.0', port=7860, threaded=True)
232
  print("Dash application has finished running.")