Spaces:
Runtime error
Runtime error
Ivan Roman
commited on
Commit
·
5f04d78
1
Parent(s):
a2febf2
Update app.py
Browse files
app.py
CHANGED
@@ -24,9 +24,9 @@ iface = gr.Interface(
|
|
24 |
description="Welcome to the CannaAssist AI Assistant. This tool is designed to provide expert guidance on BioTrack and cannabis regulations in New Mexico. DISCLAIMER: This is a proof of concept and not an official product.",
|
25 |
examples=[
|
26 |
["Biotrack", "How to add wholesale flower into my inventory?"],
|
27 |
-
["Regulations", "
|
28 |
["Best Practices", "What are the best practices for managing inventory?"],
|
29 |
-
["General Question", "
|
30 |
],
|
31 |
theme="huggingface"
|
32 |
)
|
|
|
24 |
description="Welcome to the CannaAssist AI Assistant. This tool is designed to provide expert guidance on BioTrack and cannabis regulations in New Mexico. DISCLAIMER: This is a proof of concept and not an official product.",
|
25 |
examples=[
|
26 |
["Biotrack", "How to add wholesale flower into my inventory?"],
|
27 |
+
["Regulations", "How much cannabis can I buy in New Mexico."],
|
28 |
["Best Practices", "What are the best practices for managing inventory?"],
|
29 |
+
["General Question", "How to increase sales for my dispensary?"]
|
30 |
],
|
31 |
theme="huggingface"
|
32 |
)
|