Spaces:
Sleeping
Sleeping
GMARTINEZMILLA
commited on
Commit
•
1255914
1
Parent(s):
d3a91ea
feat: updated app script
Browse files
app.py
CHANGED
@@ -227,7 +227,7 @@ if page == "Summary":
|
|
227 |
fig_cluster.update_layout(
|
228 |
scene=dict(aspectratio=dict(x=1, y=1, z=0.7)), # Control the aspect ratio
|
229 |
margin=dict(t=0, b=0, l=0, r=0), # Tighten margins
|
230 |
-
height=
|
231 |
)
|
232 |
st.plotly_chart(fig_cluster, use_container_width=True)
|
233 |
|
|
|
227 |
fig_cluster.update_layout(
|
228 |
scene=dict(aspectratio=dict(x=1, y=1, z=0.7)), # Control the aspect ratio
|
229 |
margin=dict(t=0, b=0, l=0, r=0), # Tighten margins
|
230 |
+
height=300, # Shrink the height to fit page better
|
231 |
)
|
232 |
st.plotly_chart(fig_cluster, use_container_width=True)
|
233 |
|