danielcwq commited on
Commit
588eccb
1 Parent(s): 25b56bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ with block:
67
  with gr.Row():
68
  message = gr.Textbox(
69
  label="What's your question?",
70
- placeholder="Ask questions about the most recent state of the union",
71
  lines=1,
72
  )
73
  submit = gr.Button(value="Send", variant="secondary").style(full_width=False)
 
67
  with gr.Row():
68
  message = gr.Textbox(
69
  label="What's your question?",
70
+ placeholder="Ask questions about anything covered in the H2 Economics syllabus",
71
  lines=1,
72
  )
73
  submit = gr.Button(value="Send", variant="secondary").style(full_width=False)