Update app.py
Browse files
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
|
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():
|