bstraehle commited on
Commit
336752c
·
verified ·
1 Parent(s): bb14707

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 website, how many new spaces were submitted 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="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():