Shanshan Wang
commited on
Commit
•
a2ef2b2
1
Parent(s):
52c06b0
tune height
Browse files
app.py
CHANGED
@@ -60,6 +60,7 @@ def plot_metric(selected_metric):
|
|
60 |
xaxis_title="Model Size (B)",
|
61 |
yaxis_title=selected_metric,
|
62 |
showlegend=False,
|
|
|
63 |
margin=dict(t=50, l=50, r=100, b=50), # Increase right margin for more space
|
64 |
)
|
65 |
|
|
|
60 |
xaxis_title="Model Size (B)",
|
61 |
yaxis_title=selected_metric,
|
62 |
showlegend=False,
|
63 |
+
height=800,
|
64 |
margin=dict(t=50, l=50, r=100, b=50), # Increase right margin for more space
|
65 |
)
|
66 |
|