Skip to content

Commit 55d13c4

Browse files
committed
adjust map height
1 parent 082cde7 commit 55d13c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def extract_number(text):
134134

135135
# %%
136136
c_map = dcc.Graph(
137-
id='map_fig', style={'height': '89vh'},
137+
id='map_fig', style={'height': '92vh'},
138138
config={'displayModeBar': True,'scrollZoom': True}
139139
)
140140

0 commit comments

Comments
 (0)