sasha HF staff commited on
Commit
8e7e6a2
·
verified ·
1 Parent(s): 882a572

Update app.py

Browse files

trying like this

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -237,8 +237,8 @@ The goal of the Frugal AI Challenge is to encourage both academic and industry a
237
  with gr.Column(scale=1):
238
  text_submit_btn = gr.Button("2. Submit to public leaderboard (optional)", variant="secondary")
239
  with gr.Column(scale=1):
240
- text_form = gr.Button("3. Submit to final evaluation [form](https://framaforms.org/2025-frugal-ai-challenge-submission-form-1736883260-0)", variant="secondary")
241
-
242
  with gr.Row():
243
  text_accuracy = gr.Number(label="Accuracy", precision=4)
244
  text_energy = gr.Number(label="Energy Consumed (Wh)", precision=12)
 
237
  with gr.Column(scale=1):
238
  text_submit_btn = gr.Button("2. Submit to public leaderboard (optional)", variant="secondary")
239
  with gr.Column(scale=1):
240
+ text_form = gr.Button(value="3. Submit to final evaluation form", link="https://framaforms.org/2025-frugal-ai-challenge-submission-form-1736883260-0")
241
+
242
  with gr.Row():
243
  text_accuracy = gr.Number(label="Accuracy", precision=4)
244
  text_energy = gr.Number(label="Energy Consumed (Wh)", precision=12)