ysharma HF Staff commited on
Commit
82dfac6
Β·
verified Β·
1 Parent(s): 88168d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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. Join our Discord community channel `gradio-hackathon-nov-2025πŸ†` for updates and support during the event: https://discord.gg/Qe3jMKVczR
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("""