mgyigit commited on
Commit
ac5cac3
1 Parent(s): 6962b8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -100,9 +100,9 @@ with block:
100
  with gr.Row():
101
  gr.Markdown(
102
  """
103
- **Below, you can visualize the results displayed in the Leaderboard.**
104
- Once you choose a benchmark type, the related options for metrics, datasets, and other parameters will become visible.
105
- Select the methods and metrics of interest from the options above to generate visualizations.
106
  """
107
  )
108
 
 
100
  with gr.Row():
101
  gr.Markdown(
102
  """
103
+ ## **Below, you can visualize the results displayed in the Leaderboard.**
104
+ ### Once you choose a benchmark type, the related options for metrics, datasets, and other parameters will become visible.
105
+ ### Select the methods and metrics of interest from the options above to generate visualizations.
106
  """
107
  )
108