Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,28 @@ iface = gr.Interface(
|
|
52 |
show_api=False,
|
53 |
title="CannaAssist AI Assistant",
|
54 |
description="""Welcome to the CannaAssist AI Assistant. This tool is designed to provide expert guidance on BioTrack and cannabis regulations in New Mexico.""",
|
55 |
-
examples=[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
theme=gr.themes.Monochrome(),
|
57 |
examples_per_page=5,
|
58 |
cache_examples=False, # Turn off example caching
|
|
|
52 |
show_api=False,
|
53 |
title="CannaAssist AI Assistant",
|
54 |
description="""Welcome to the CannaAssist AI Assistant. This tool is designed to provide expert guidance on BioTrack and cannabis regulations in New Mexico.""",
|
55 |
+
examples=[
|
56 |
+
["BioTrack", "How do I update inventory quantities in BioTrack?"],
|
57 |
+
["BioTrack", "What is the process to transfer product between locations in BioTrack?"],
|
58 |
+
["BioTrack", "How can I generate sales reports in BioTrack?"],
|
59 |
+
["Regulations", "What are the packaging requirements for cannabis products in New Mexico?"],
|
60 |
+
["Regulations", "Can I sell cannabis online in New Mexico?"],
|
61 |
+
["Regulations", "What are the license requirements for opening a dispensary in New Mexico?"],
|
62 |
+
["Best Practices", "What are the benefits of offering delivery service for my dispensary?"],
|
63 |
+
["Best Practices", "What are best practices for managing inventory?"],
|
64 |
+
["Best Practices", "How can I improve my dispensary's customer service?"],
|
65 |
+
["General Question", "How to increase sales for my dispensary?"],
|
66 |
+
["General Question", "What are the benefits of offering delivery service for my dispensary?"],
|
67 |
+
["General Question", "What are the key trends in the cannabis industry?"],
|
68 |
+
["BioTrack", "How to add wholesale flower into my inventory?"],
|
69 |
+
["BioTrack", "How can I set up alerts for low inventory in BioTrack?"],
|
70 |
+
["Regulations", "What are the cannabis testing requirements in New Mexico?"],
|
71 |
+
["Regulations", "Can I grow my own cannabis in New Mexico?"],
|
72 |
+
["Best Practices", "What are the best practices for budtender training?"],
|
73 |
+
["Best Practices", "How can I improve the security of my cannabis dispensary?"],
|
74 |
+
["General Question", "What are the tax regulations for cannabis businesses in New Mexico?"],
|
75 |
+
["General Question", "How can I stay updated with the latest cannabis industry news?"],
|
76 |
+
], # List of example inputs # List of example inputs
|
77 |
theme=gr.themes.Monochrome(),
|
78 |
examples_per_page=5,
|
79 |
cache_examples=False, # Turn off example caching
|