mirix commited on
Commit
4da24a2
·
verified ·
1 Parent(s): d679073

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -329,5 +329,5 @@ def refresh_layout(n):
329
  return fig
330
 
331
  if __name__ == '__main__':
332
- app.run(debug=True, host='0.0.0.0', port=7860)
333
 
 
329
  return fig
330
 
331
  if __name__ == '__main__':
332
+ app.run(debug=False, host='0.0.0.0', port=7860)
333