Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,6 +63,7 @@ with gr.Blocks() as gaia:
|
|
| 63 |
with gr.Row():
|
| 64 |
question = gr.Textbox(
|
| 65 |
label="Question *",
|
|
|
|
| 66 |
interactive=True
|
| 67 |
)
|
| 68 |
with gr.Row():
|
|
|
|
| 63 |
with gr.Row():
|
| 64 |
question = gr.Textbox(
|
| 65 |
label="Question *",
|
| 66 |
+
placeholder="On the Gradio Agents & MCP Hackathon website, how many new spaces have been submitted during the last day?",
|
| 67 |
interactive=True
|
| 68 |
)
|
| 69 |
with gr.Row():
|