Spaces:
Running
Running
update
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ with demo:
|
|
138 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
139 |
|
140 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
141 |
-
with gr.TabItem("🏅
|
142 |
with gr.Row():
|
143 |
with gr.Column():
|
144 |
with gr.Row():
|
|
|
138 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
139 |
|
140 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
141 |
+
with gr.TabItem("🏅 TempCompass Benchmark", elem_id="llm-benchmark-tab-table", id=0):
|
142 |
with gr.Row():
|
143 |
with gr.Column():
|
144 |
with gr.Row():
|