Spaces:
Running
Running
[email protected]
commited on
Commit
·
52176d8
1
Parent(s):
8ec5131
update
Browse files
app.py
CHANGED
@@ -86,15 +86,10 @@ def init_asset_plot(df):
|
|
86 |
)
|
87 |
)
|
88 |
fig.update_layout(
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
title=f"Accuracy per Asset"
|
93 |
-
polar=dict(
|
94 |
-
radialaxis=dict(
|
95 |
-
visible=True,
|
96 |
-
range=[0, 6] # Adjust this range to zoom
|
97 |
-
)),
|
98 |
)
|
99 |
return fig
|
100 |
|
|
|
86 |
)
|
87 |
)
|
88 |
fig.update_layout(
|
89 |
+
autosize=False,
|
90 |
+
width=1000,
|
91 |
+
height=1000,
|
92 |
+
title=f"Accuracy per Asset"
|
|
|
|
|
|
|
|
|
|
|
93 |
)
|
94 |
return fig
|
95 |
|