tx3bas commited on
Commit
1aaa1eb
·
verified ·
1 Parent(s): 8049acb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ common_layout = dict(
116
  margin=dict(l=60, r=40, t=100, b=40),
117
  xaxis=dict(showgrid=show_grid, zeroline=True, gridcolor='rgba(211,211,211,0.5)', zerolinecolor='rgba(128,128,128,0.5)', autorange=True),
118
  yaxis=dict(showgrid=show_grid, zeroline=True, gridcolor='rgba(211,211,211,0.5)', zerolinecolor='rgba(128,128,128,0.5)', autorange=True),
119
- font=dict(family=font_family, size=18, color="#374151", weight="100"),
120
  showlegend=show_legend,
121
  legend=dict(orientation="v", yanchor="top", y=1, xanchor="left", x=1.02)
122
  )
 
116
  margin=dict(l=60, r=40, t=100, b=40),
117
  xaxis=dict(showgrid=show_grid, zeroline=True, gridcolor='rgba(211,211,211,0.5)', zerolinecolor='rgba(128,128,128,0.5)', autorange=True),
118
  yaxis=dict(showgrid=show_grid, zeroline=True, gridcolor='rgba(211,211,211,0.5)', zerolinecolor='rgba(128,128,128,0.5)', autorange=True),
119
+ font=dict(family=font_family, size=18, color="#374151", weight="normal"),
120
  showlegend=show_legend,
121
  legend=dict(orientation="v", yanchor="top", y=1, xanchor="left", x=1.02)
122
  )