sasha HF staff commited on
Commit
2226834
·
verified ·
1 Parent(s): 42ecc85

Update app.py

Browse files

trying gr.Button() for the framaform

Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -237,8 +237,7 @@ 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
- gr.Markdown(
241
- """<div class="button-link"><a href="https://framaforms.org/2025-frugal-ai-challenge-submission-form-1736883260-0" target="_blank">3. Submit to final evaluation (form)</a></div>"""
242
  )
243
 
244
  with gr.Row():
 
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
 
243
  with gr.Row():