Spaces:
Runtime error
Runtime error
christodoulos.constantinides@ibm.com
commited on
Commit
·
cb05dea
1
Parent(s):
b318cb4
update
Browse files
app.py
CHANGED
|
@@ -186,10 +186,10 @@ with demo:
|
|
| 186 |
show_label=False,
|
| 187 |
)
|
| 188 |
|
| 189 |
-
with gr.TabItem("📝 About", elem_id="llm-benchmark-tab-table", id=
|
| 190 |
gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
|
| 191 |
|
| 192 |
-
with gr.TabItem("🚀 Submit here! ", elem_id="llm-benchmark-tab-table", id=
|
| 193 |
with gr.Column():
|
| 194 |
with gr.Row():
|
| 195 |
gr.Markdown(EVALUATION_QUEUE_TEXT, elem_classes="markdown-text")
|
|
|
|
| 186 |
show_label=False,
|
| 187 |
)
|
| 188 |
|
| 189 |
+
with gr.TabItem("📝 About", elem_id="llm-benchmark-tab-table", id=4):
|
| 190 |
gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
|
| 191 |
|
| 192 |
+
with gr.TabItem("🚀 Submit here! ", elem_id="llm-benchmark-tab-table", id=5):
|
| 193 |
with gr.Column():
|
| 194 |
with gr.Row():
|
| 195 |
gr.Markdown(EVALUATION_QUEUE_TEXT, elem_classes="markdown-text")
|