not-lain commited on
Commit
56220fc
Β·
1 Parent(s): 6d1ee8c

change location for evaluation script

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -101,8 +101,6 @@ with demo:
101
 
102
  with gr.TabItem("πŸ“ About", elem_id="llm-benchmark-tab-table", id=2):
103
  gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
104
-
105
- with gr.TabItem("πŸš€ Submit here! ", elem_id="llm-benchmark-tab-table", id=3):
106
  with gr.Accordion(
107
  "Evaluation script",
108
  open=False,
@@ -111,6 +109,8 @@ with demo:
111
  EVALUATION_SCRIPT,
112
  elem_classes="markdown-text",
113
  )
 
 
114
  with gr.Column():
115
  with gr.Row():
116
  gr.Markdown(EVALUATION_QUEUE_TEXT, elem_classes="markdown-text")
 
101
 
102
  with gr.TabItem("πŸ“ About", elem_id="llm-benchmark-tab-table", id=2):
103
  gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
 
 
104
  with gr.Accordion(
105
  "Evaluation script",
106
  open=False,
 
109
  EVALUATION_SCRIPT,
110
  elem_classes="markdown-text",
111
  )
112
+
113
+ with gr.TabItem("πŸš€ Submit here! ", elem_id="llm-benchmark-tab-table", id=3):
114
  with gr.Column():
115
  with gr.Row():
116
  gr.Markdown(EVALUATION_QUEUE_TEXT, elem_classes="markdown-text")