Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ with demo:
|
|
138 |
|
139 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
140 |
with gr.TabItem("🏅 Discrete Speech Challenge", elem_id="llm-benchmark-tab-table", id=0):
|
141 |
-
with gr.Row():
|
142 |
# with gr.Column():
|
143 |
# with gr.Row():
|
144 |
# search_bar = gr.Textbox(
|
|
|
138 |
|
139 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
140 |
with gr.TabItem("🏅 Discrete Speech Challenge", elem_id="llm-benchmark-tab-table", id=0):
|
141 |
+
# with gr.Row():
|
142 |
# with gr.Column():
|
143 |
# with gr.Row():
|
144 |
# search_bar = gr.Textbox(
|