update sdk version
Browse files
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")
|