apsys commited on
Commit
e478b36
·
1 Parent(s): ea5984a
Files changed (1) hide show
  1. app.py +1 -1
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": "100px"}
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(