Spaces:
Running
Running
Update miniapp_leaderboard.py
Browse files- miniapp_leaderboard.py +2 -2
miniapp_leaderboard.py
CHANGED
|
@@ -10,7 +10,7 @@ import gradio as gr
|
|
| 10 |
import pandas as pd
|
| 11 |
from huggingface_hub import HfApi, hf_hub_download
|
| 12 |
|
| 13 |
-
APP_NAME = "
|
| 14 |
|
| 15 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
| 16 |
LEADERBOARD_DATASET = os.environ.get("LEADERBOARD_DATASET", "").strip()
|
|
@@ -176,7 +176,7 @@ with gr.Blocks(title=f"{APP_NAME} leaderboard") as demo:
|
|
| 176 |
with gr.Row():
|
| 177 |
with gr.Column(scale=1, min_width=220):
|
| 178 |
login_btn = gr.LoginButton()
|
| 179 |
-
with gr.Column(scale=
|
| 180 |
submit_btn = gr.Button("Submit", variant="primary")
|
| 181 |
|
| 182 |
status = gr.Markdown()
|
|
|
|
| 10 |
import pandas as pd
|
| 11 |
from huggingface_hub import HfApi, hf_hub_download
|
| 12 |
|
| 13 |
+
APP_NAME = "MiniApp"
|
| 14 |
|
| 15 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
| 16 |
LEADERBOARD_DATASET = os.environ.get("LEADERBOARD_DATASET", "").strip()
|
|
|
|
| 176 |
with gr.Row():
|
| 177 |
with gr.Column(scale=1, min_width=220):
|
| 178 |
login_btn = gr.LoginButton()
|
| 179 |
+
with gr.Column(scale=1, min_width=260):
|
| 180 |
submit_btn = gr.Button("Submit", variant="primary")
|
| 181 |
|
| 182 |
status = gr.Markdown()
|