LovnishVerma commited on
Commit
a680ee3
·
verified ·
1 Parent(s): 8bb4500

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -508,14 +508,13 @@ with tab1:
508
  fig_map.update_layout(
509
  margin={"r":0,"t":10,"l":0,"b":0},
510
  coloraxis_colorbar=dict(
511
- title="<b>Risk Score</b>",
512
  thickness=20,
513
  len=0.7,
514
  tickmode='linear',
515
  tick0=0,
516
  dtick=20,
517
- tickfont=dict(size=11),
518
- titlefont=dict(size=13, family="Inter")
519
  ),
520
  font=dict(family="Inter", size=12),
521
  hoverlabel=dict(
 
508
  fig_map.update_layout(
509
  margin={"r":0,"t":10,"l":0,"b":0},
510
  coloraxis_colorbar=dict(
511
+ title=dict(text="<b>Risk Score</b>", font=dict(size=13, family="Inter")),
512
  thickness=20,
513
  len=0.7,
514
  tickmode='linear',
515
  tick0=0,
516
  dtick=20,
517
+ tickfont=dict(size=11, family="Inter")
 
518
  ),
519
  font=dict(family="Inter", size=12),
520
  hoverlabel=dict(