lyx97 commited on
Commit
79e46be
Β·
1 Parent(s): 3e4a9fd
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -239,8 +239,8 @@ with demo:
239
  queue=True,
240
  )
241
 
242
- with gr.TabItem("πŸ“ About", elem_id="llm-benchmark-tab-table", id=2):
243
- gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
244
 
245
  with gr.TabItem("πŸš€ Submit here! ", elem_id="llm-benchmark-tab-table", id=3):
246
  with gr.Column():
 
239
  queue=True,
240
  )
241
 
242
+ # with gr.TabItem("πŸ“ About", elem_id="llm-benchmark-tab-table", id=2):
243
+ # gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
244
 
245
  with gr.TabItem("πŸš€ Submit here! ", elem_id="llm-benchmark-tab-table", id=3):
246
  with gr.Column():