Skip to content

Commit 0daccd4

Browse files
committed
.
1 parent da31885 commit 0daccd4

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

behavior_data_visualizer/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,5 +195,5 @@ def get_mouse_data_dict(project_name):
195195
# Build the app
196196
app = app_builder(mouse_data_dict)
197197
# Run the app
198-
app.run_server(debug=True)
198+
app.run(debug=True)
199199

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ readme = "README.md"
66
requires-python = ">=3.9.0"
77
dynamic = ["version"]
88

9-
dependencies = []
9+
dependencies = [
10+
"dash",
11+
"plotly_calplot",
12+
"fire",
13+
]
1014

1115
license = {text = "BSD-3-Clause"}
1216

0 commit comments

Comments
 (0)