rjzevallos commited on
Commit
ea22968
·
verified ·
1 Parent(s): b88a508

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ theme = gr.themes.Base(
84
  )
85
 
86
  with gr.Blocks(theme=theme) as demo:
87
- gr.Markdown(DESCR)
88
 
89
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
90
  with gr.TabItem("🏅 Leaderboard", elem_id="od-benchmark-tab-table", id=0):
 
84
  )
85
 
86
  with gr.Blocks(theme=theme) as demo:
87
+ gr.Markdown(DESCR, elem_classes="markdown-text")
88
 
89
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
90
  with gr.TabItem("🏅 Leaderboard", elem_id="od-benchmark-tab-table", id=0):