Spaces:
Sleeping
Sleeping
Update app.py
Browse filestrying gr.Button() for the framaform
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.
|
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():
|