Spaces:
Running
Running
[email protected]
commited on
Commit
·
7647d44
1
Parent(s):
52176d8
update
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def init_asset_plot(df):
|
|
88 |
fig.update_layout(
|
89 |
autosize=False,
|
90 |
width=1000,
|
91 |
-
height=
|
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
|