StarscreamDeceptions commited on
Commit
e8fb10e
β€’
1 Parent(s): 4bd1326

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ with demo:
107
 
108
  with gr.TabItem("πŸ“ About", elem_id="llm-benchmark-tab-table", id=2,elem_classes="gr_checkbox"):
109
  # with gr.TabItem("EN", elem_id="llm-benchmark-tab-table", id=1):
110
- gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text",elem_classes="gr_checkbox")
111
  # with gr.TabItem("ZH", elem_id="llm-benchmark-tab-table", id=2):
112
  # gr.Markdown(LLM_BENCHMARKS_TEXT_ZH, elem_classes="markdown-text")
113
 
 
107
 
108
  with gr.TabItem("πŸ“ About", elem_id="llm-benchmark-tab-table", id=2,elem_classes="gr_checkbox"):
109
  # with gr.TabItem("EN", elem_id="llm-benchmark-tab-table", id=1):
110
+ gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
111
  # with gr.TabItem("ZH", elem_id="llm-benchmark-tab-table", id=2):
112
  # gr.Markdown(LLM_BENCHMARKS_TEXT_ZH, elem_classes="markdown-text")
113