bstraehle commited on
Commit
6a48765
·
verified ·
1 Parent(s): 44d0e57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ with gr.Blocks() as grady:
63
  with gr.Row():
64
  question = gr.Textbox(
65
  label="Question *",
66
- placeholder="On the Gradio Agents & MCP Hackathon 2025 site, what percentage of team members submitted a space during the last 24 hours?",
67
  interactive=True
68
  )
69
  with gr.Row():
 
63
  with gr.Row():
64
  question = gr.Textbox(
65
  label="Question *",
66
+ placeholder="In the 2025 Gradio Agents & MCP Hackathon, what percentage of participants submitted a solution during the last 24 hours?",
67
  interactive=True
68
  )
69
  with gr.Row():