Skip to content

Commit ef84f1d

Browse files
committed
.
1 parent f46a470 commit ef84f1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

behavior_data_visualizer/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ def serve_video(filename):
7777
options=[{'label': key, 'value': key} for key in mouse_data_dict.keys()],
7878
value=None,
7979
multi=False,
80-
style={'width': '5%'}
80+
style={'width': '10%'}
8181
),
8282
dash.dcc.Graph(id='reactive-calendar', style={'width': '55%'}),
83-
dash.html.Pre(id='single-mouse-text', style={'flex': '1', 'width': '40%'}),
83+
dash.html.Pre(id='single-mouse-text', style={'flex': '1', 'width': '35%'}),
8484
], style={'display': 'flex', 'flex-direction': 'row'}),
8585
dash.html.Div([
8686
dash.dcc.Graph(id='single-mouse-performance', style={'flex': '1', 'height': '15%', 'width': '35%'}),

0 commit comments

Comments
 (0)