[email protected] commited on
Commit
7647d44
·
1 Parent(s): 52176d8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def init_asset_plot(df):
88
  fig.update_layout(
89
  autosize=False,
90
  width=1000,
91
- height=1000,
92
  title=f"Accuracy per Asset"
93
  )
94
  return fig
 
88
  fig.update_layout(
89
  autosize=False,
90
  width=1000,
91
+ height=700,
92
  title=f"Accuracy per Asset"
93
  )
94
  return fig