Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -475,7 +475,7 @@ with block:
|
|
475 |
)
|
476 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
477 |
# Table 0
|
478 |
-
df = pd.read_csv("https://huggingface.co/
|
479 |
|
480 |
with gr.TabItem("📊 V-STaR", elem_id="vbench-tab-table", id=1):
|
481 |
with gr.Row():
|
|
|
475 |
)
|
476 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
477 |
# Table 0
|
478 |
+
df = pd.read_csv("https://huggingface.co/spaces/V-STaR-Bench/V-STaR-LeaderBoard/resolve/main/results.csv")
|
479 |
|
480 |
with gr.TabItem("📊 V-STaR", elem_id="vbench-tab-table", id=1):
|
481 |
with gr.Row():
|