Spaces:
Running
Running
Update curated.py
Browse files- curated.py +1 -1
curated.py
CHANGED
@@ -899,7 +899,7 @@ fig.update_layout(
|
|
899 |
yaxis=dict(
|
900 |
tickvals=[300000000, 350000000, 400000000, 450000000], # Positions of the ticks
|
901 |
ticktext=['300M', '350M', '400M', '450M'] # Labels for the ticks
|
902 |
-
)
|
903 |
legend_title='Dataset',
|
904 |
height=600,
|
905 |
width=1000
|
|
|
899 |
yaxis=dict(
|
900 |
tickvals=[300000000, 350000000, 400000000, 450000000], # Positions of the ticks
|
901 |
ticktext=['300M', '350M', '400M', '450M'] # Labels for the ticks
|
902 |
+
),
|
903 |
legend_title='Dataset',
|
904 |
height=600,
|
905 |
width=1000
|