Aaron Mueller commited on
Commit
eebfa96
Β·
1 Parent(s): a03986e

update to submission text

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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):