apsys commited on
Commit
b2fa6ba
β€’
1 Parent(s): 3f4d979

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def build_demo():
71
  # gr.Markdown(FAQ_TEXT, elem_classes="markdown-text")
72
 
73
  with gr.TabItem("πŸš€ Submit ", elem_id="llm-benchmark-tab-table", id=3):
74
- with gr.Row("πŸ“ ", id=1):
75
  gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
76
  with gr.Row():
77
  gr.Markdown("# ✨ Submit your model here!", elem_classes="markdown-text")
 
71
  # gr.Markdown(FAQ_TEXT, elem_classes="markdown-text")
72
 
73
  with gr.TabItem("πŸš€ Submit ", elem_id="llm-benchmark-tab-table", id=3):
74
+ with gr.Row():
75
  gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
76
  with gr.Row():
77
  gr.Markdown("# ✨ Submit your model here!", elem_classes="markdown-text")