Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -477,7 +477,7 @@ with block:
|
|
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"
|
481 |
with gr.Row():
|
482 |
with gr.Accordion("Citation", open=False):
|
483 |
citation_button = gr.Textbox(
|
|
|
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"):
|
481 |
with gr.Row():
|
482 |
with gr.Accordion("Citation", open=False):
|
483 |
citation_button = gr.Textbox(
|