Nechba commited on
Commit
c867b99
β€’
1 Parent(s): b0aa2fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -192,11 +192,11 @@ def build_leaderboard_tab(leaderboard_table_file1,leaderboard_table_file2, show_
192
  column_widths=[200, 150, 150, 130, 100, 140],
193
  wrap=True,
194
  )
195
- gr.Markdown(
196
- f"""
197
- Note: For this benchmark, only a sample of 100 points from the dataset is utilized. It's evident that the data context is straightforward, yet it includes Arabic names. This could explain the lower performance scores of the models, as they may lack robust capabilities in handling Arabic names.""",
198
- elem_id="leaderboard_markdown"
199
- )
200
 
201
  else:
202
  pass
 
192
  column_widths=[200, 150, 150, 130, 100, 140],
193
  wrap=True,
194
  )
195
+ # gr.Markdown(
196
+ # f"""
197
+ # Note: For this benchmark, only a sample of 100 points from the dataset is utilized. It's evident that the data context is straightforward, yet it includes Arabic names. This could explain the lower performance scores of the models, as they may lack robust capabilities in handling Arabic names.""",
198
+ # elem_id="leaderboard_markdown"
199
+ # )
200
 
201
  else:
202
  pass