Spaces:
Running
Running
update
Browse files
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 |
-
|
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():
|