Maia Pelletier commited on
Commit ·
de5b225
1
Parent(s): f4e4cf0
Add disclaimer
Browse files
app.py
CHANGED
|
@@ -438,6 +438,8 @@ with gr.Blocks(title="Ask AgriWise AI") as app:
|
|
| 438 |
- What is the difference between "organic" and "made with organic ingredients" on a label?
|
| 439 |
- What are the permitted substances for organic aquaculture in Canada?
|
| 440 |
- Who certifies organic products in Canada?
|
|
|
|
|
|
|
| 441 |
""")
|
| 442 |
|
| 443 |
msg.submit(
|
|
|
|
| 438 |
- What is the difference between "organic" and "made with organic ingredients" on a label?
|
| 439 |
- What are the permitted substances for organic aquaculture in Canada?
|
| 440 |
- Who certifies organic products in Canada?
|
| 441 |
+
|
| 442 |
+
> **Disclaimer:** AI-generated responses may not always be accurate or complete. Always verify the information provided against the original source documents and consult official resources before making decisions.
|
| 443 |
""")
|
| 444 |
|
| 445 |
msg.submit(
|