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="
|
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():
|