Spaces:
Runtime error
Runtime error
hieunguyen1053
commited on
Commit
•
2e61d1f
1
Parent(s):
f86137f
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ with demo:
|
|
26 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
27 |
|
28 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
29 |
-
with gr.TabItem("
|
30 |
with gr.Column():
|
31 |
with gr.Row():
|
32 |
search_bar = gr.Textbox(
|
|
|
26 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
27 |
|
28 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
29 |
+
with gr.TabItem("Public test", elem_id="llm-benchmark-tab-table", id=0):
|
30 |
with gr.Column():
|
31 |
with gr.Row():
|
32 |
search_bar = gr.Textbox(
|