Shanshan Wang
commited on
Commit
·
d8d4e6a
1
Parent(s):
a2ef2b2
model name
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def plot_metric(selected_metric):
|
|
52 |
title=f"{selected_metric} vs Model Size"
|
53 |
)
|
54 |
|
55 |
-
fig.update_traces(marker=dict(size=10), mode='markers+text', textposition="middle right", textfont=dict(size=
|
56 |
# Extend the x-axis range
|
57 |
max_x_value = filtered_data["Param (B)"].max()
|
58 |
fig.update_layout(
|
|
|
52 |
title=f"{selected_metric} vs Model Size"
|
53 |
)
|
54 |
|
55 |
+
fig.update_traces(marker=dict(size=10), mode='markers+text', textposition="middle right", textfont=dict(size=10))
|
56 |
# Extend the x-axis range
|
57 |
max_x_value = filtered_data["Param (B)"].max()
|
58 |
fig.update_layout(
|