We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b82f1f commit 83e1bfdCopy full SHA for 83e1bfd
behavior_data_visualizer/main.py
@@ -291,4 +291,4 @@ def update_single_mouse_video(clickData, project_name):
291
292
if __name__ == '__main__':
293
app = app_builder()
294
- app.run(debug=True, port=8050)
+ app.run(debug=False, port=8050)
0 commit comments