Spaces:
Running
Running
Aaron Mueller
commited on
Commit
Β·
eebfa96
1
Parent(s):
a03986e
update to submission text
Browse files
app.py
CHANGED
@@ -114,7 +114,11 @@ with demo:
|
|
114 |
|
115 |
with gr.TabItem("π About", elem_id="llm-benchmark-tab-table", id=4):
|
116 |
gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
|
117 |
-
|
|
|
|
|
|
|
|
|
118 |
|
119 |
with gr.Row():
|
120 |
with gr.Accordion("π Citation", open=False):
|
|
|
114 |
|
115 |
with gr.TabItem("π About", elem_id="llm-benchmark-tab-table", id=4):
|
116 |
gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
|
117 |
+
|
118 |
+
with gr.TabItem("πΆ Submit", elem_id="llm-benchmark-tab-table", id=5):
|
119 |
+
with gr.Column():
|
120 |
+
with gr.Row():
|
121 |
+
gr.Markdown(EVALUATION_QUEUE_TEXT, elem_classes="markdown-text")
|
122 |
|
123 |
with gr.Row():
|
124 |
with gr.Accordion("π Citation", open=False):
|