vgosavi2 commited on
Commit
c2d8d73
·
verified ·
1 Parent(s): 4d0e424

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -102,7 +102,7 @@ fig.update_traces(
102
  fig.update_layout(
103
  legend_title_text="Crime Type",
104
  margin=dict(t=60, b=20, l=20, r=20),
105
- height=600
106
  title_x=0.5
107
  )
108
 
 
102
  fig.update_layout(
103
  legend_title_text="Crime Type",
104
  margin=dict(t=60, b=20, l=20, r=20),
105
+ height=600,
106
  title_x=0.5
107
  )
108