Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -444,11 +444,11 @@ def submit_registration(full_name, email, hf_username, gradio_usage,
|
|
| 444 |
|
| 445 |
return f"""β
Registration Successful!
|
| 446 |
|
| 447 |
-
Thank you, {full_name}! Your registration has been received and saved
|
| 448 |
-
π§ You will receive information about API credits as we finalize sponsor partnerships
|
| 449 |
-
π API and Compute credits will be distributed before the Hackathon starting date
|
| 450 |
-
π¬ Be sure to join the Huggingface organization for regular updates on the hackathon and to submit your entries
|
| 451 |
-
See you at the hackathon!
|
| 452 |
|
| 453 |
# Health check function
|
| 454 |
def check_dataset_health():
|
|
@@ -491,7 +491,7 @@ custom_css = """
|
|
| 491 |
"""
|
| 492 |
|
| 493 |
# Create the Gradio interface
|
| 494 |
-
with gr.Blocks(title="Gradio Agents & MCP Hackathon - Winter 2025", css=custom_css) as demo:
|
| 495 |
|
| 496 |
# Header
|
| 497 |
gr.Markdown("""
|
|
|
|
| 444 |
|
| 445 |
return f"""β
Registration Successful!
|
| 446 |
|
| 447 |
+
Thank you, {full_name}! Your registration has been received and saved.<br>
|
| 448 |
+
π§ You will receive information about API credits as we finalize sponsor partnerships.<br>
|
| 449 |
+
π API and Compute credits will be distributed before or during the Hackathon starting date.<br>
|
| 450 |
+
π¬ Be sure to **join the Huggingface organization** for regular updates on the hackathon and **to submit your entries**. Join our Discord community channel `agents-mcp-hackathon-winter25π` for updates and support during the event: https://discord.gg/YgswRqxQ
|
| 451 |
+
**See you at the hackathon! π**"""
|
| 452 |
|
| 453 |
# Health check function
|
| 454 |
def check_dataset_health():
|
|
|
|
| 491 |
"""
|
| 492 |
|
| 493 |
# Create the Gradio interface
|
| 494 |
+
with gr.Blocks(title="Gradio Agents & MCP Hackathon - Winter 2025", css=custom_css, theme="ocean") as demo:
|
| 495 |
|
| 496 |
# Header
|
| 497 |
gr.Markdown("""
|