Maia Pelletier commited on
Commit ·
d1d92a8
1
Parent(s): e5ce840
update placeholder text
Browse files
app.py
CHANGED
|
@@ -400,7 +400,7 @@ with gr.Blocks(title="Ask AgriWise AI") as app:
|
|
| 400 |
with gr.Row():
|
| 401 |
msg = gr.Textbox(
|
| 402 |
label="Your Message",
|
| 403 |
-
placeholder="Ask a question about
|
| 404 |
scale=4
|
| 405 |
)
|
| 406 |
|
|
|
|
| 400 |
with gr.Row():
|
| 401 |
msg = gr.Textbox(
|
| 402 |
label="Your Message",
|
| 403 |
+
placeholder="Ask a question about Canadian organics...",
|
| 404 |
scale=4
|
| 405 |
)
|
| 406 |
|