Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -216,7 +216,7 @@ with gr.Blocks(css="""
|
|
| 216 |
/* Make the HTML tables scrollable horizontally if wide */
|
| 217 |
.table-wrap { overflow-x: auto; }
|
| 218 |
""") as demo:
|
| 219 |
-
gr.Markdown("## LLM Benchmarks
|
| 220 |
|
| 221 |
with gr.Row():
|
| 222 |
reload_btn = gr.Button("Reload", variant="primary", scale=1)
|
|
|
|
| 216 |
/* Make the HTML tables scrollable horizontally if wide */
|
| 217 |
.table-wrap { overflow-x: auto; }
|
| 218 |
""") as demo:
|
| 219 |
+
gr.Markdown("## LLM Benchmarks")
|
| 220 |
|
| 221 |
with gr.Row():
|
| 222 |
reload_btn = gr.Button("Reload", variant="primary", scale=1)
|