not-lain commited on
Commit
5e491a9
β€’
1 Parent(s): 8004ffb

update sdk version

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. app.py +1 -0
README.md CHANGED
@@ -7,6 +7,7 @@ sdk: gradio
7
  app_file: app.py
8
  pinned: true
9
  license: apache-2.0
 
10
  ---
11
 
12
  # Start the configuration
 
7
  app_file: app.py
8
  pinned: true
9
  license: apache-2.0
10
+ sdk_version: 4.40.0
11
  ---
12
 
13
  # Start the configuration
app.py CHANGED
@@ -102,6 +102,7 @@ with demo:
102
  gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
103
 
104
  with gr.TabItem("πŸš€ Submit here! ", elem_id="llm-benchmark-tab-table", id=3):
 
105
  with gr.Column():
106
  with gr.Row():
107
  gr.Markdown(EVALUATION_QUEUE_TEXT, elem_classes="markdown-text")
 
102
  gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
103
 
104
  with gr.TabItem("πŸš€ Submit here! ", elem_id="llm-benchmark-tab-table", id=3):
105
+ gr.Markdown("# Work in progress πŸ”ƒ", elem_classes="markdown-text")
106
  with gr.Column():
107
  with gr.Row():
108
  gr.Markdown(EVALUATION_QUEUE_TEXT, elem_classes="markdown-text")