bstraehle commited on
Commit
a99977c
·
verified ·
1 Parent(s): 10bb630

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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():