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