Spaces:
Sleeping
Sleeping
refactor
Browse files
app.py
CHANGED
|
@@ -321,7 +321,7 @@ def init_leaderboard(dataframe, visible_columns=None):
|
|
| 321 |
|
| 322 |
# Apply styling - note: styling might need adjustment if it relies on column names
|
| 323 |
styler = display_df.style.set_properties(**{"text-align": "right"}).set_properties(
|
| 324 |
-
subset=["Model"], **{"width": "
|
| 325 |
)
|
| 326 |
|
| 327 |
return gr.Dataframe(
|
|
|
|
| 321 |
|
| 322 |
# Apply styling - note: styling might need adjustment if it relies on column names
|
| 323 |
styler = display_df.style.set_properties(**{"text-align": "right"}).set_properties(
|
| 324 |
+
subset=["Model"], **{"width": "200px"}
|
| 325 |
)
|
| 326 |
|
| 327 |
return gr.Dataframe(
|