Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -74,11 +74,61 @@ iface = gr.Interface(
|
|
74 |
["Best Practices", "How can I improve the security of my cannabis dispensary?"],
|
75 |
["General Question", "What are the tax regulations for cannabis businesses in New Mexico?"],
|
76 |
["General Question", "How can I stay updated with the latest cannabis industry news?"],
|
77 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
theme=gr.themes.Monochrome(),
|
79 |
examples_per_page=5,
|
80 |
cache_examples=False, # Turn off example caching
|
81 |
-
article="""CannaTech Solutions - CannaAssist AI Assistant
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
thumbnail="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png", # Thumbnail image URL
|
83 |
favicon_path="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png", # Favicon image URL
|
84 |
)
|
|
|
74 |
["Best Practices", "How can I improve the security of my cannabis dispensary?"],
|
75 |
["General Question", "What are the tax regulations for cannabis businesses in New Mexico?"],
|
76 |
["General Question", "How can I stay updated with the latest cannabis industry news?"],
|
77 |
+
["BioTrack", "How do I manage user permissions in BioTrack?"]
|
78 |
+
["BioTrack", "How do I record plant waste in BioTrack?"]
|
79 |
+
["BioTrack", "What are the steps to record a sale in BioTrack?"]
|
80 |
+
["BioTrack", "How do I log employee hours in BioTrack?"]
|
81 |
+
["BioTrack", "How do I perform a recall in BioTrack?"]
|
82 |
+
["BioTrack", "How do I set up automatic backups in BioTrack?"]
|
83 |
+
["BioTrack", "How can I review sales trends in BioTrack?"]
|
84 |
+
["BioTrack", "Can I integrate BioTrack with other systems?"]
|
85 |
+
["BioTrack", "How to handle returns or refunds in BioTrack?"]
|
86 |
+
["BioTrack", "How do I manage customer loyalty programs in BioTrack?"]
|
87 |
+
["Regulations", "What are the advertising regulations for cannabis in New Mexico?"]
|
88 |
+
["Regulations", "What are the employee training requirements for cannabis dispensaries in New Mexico?"]
|
89 |
+
["Regulations", "What are the rules for cannabis consumption on dispensary premises in New Mexico?"]
|
90 |
+
["Regulations", "What security measures are required for dispensaries in New Mexico?"]
|
91 |
+
["Regulations", "What are the record-keeping requirements for cannabis businesses in New Mexico?"]
|
92 |
+
["Regulations", "What are the regulations for cannabis waste disposal in New Mexico?"]
|
93 |
+
["Regulations", "What are the limitations on cannabis product potency in New Mexico?"]
|
94 |
+
["Regulations", "Are there any restrictions on operating hours for dispensaries in New Mexico?"]
|
95 |
+
["Regulations", "What are the requirements for cannabis product labels in New Mexico?"]
|
96 |
+
["Regulations", "Can I offer cannabis delivery service in New Mexico?"]
|
97 |
+
["Best Practices", "What strategies can I use to attract new customers to my dispensary?"]
|
98 |
+
["Best Practices", "How can I implement effective inventory rotation in my dispensary?"]
|
99 |
+
["Best Practices", "What are some effective customer retention strategies for cannabis businees?"]
|
100 |
+
["Best Practices", "How can I improve the shopping experience at my dispensary?"]
|
101 |
+
["Best Practices", "What are the best ways to train employees on new cannabis products?"]
|
102 |
+
["Best Practices", "How can I prevent theft at my dispensary?"]
|
103 |
+
["Best Practices", "What are some best practices for cannabis product selection and purchasing?"]
|
104 |
+
["Best Practices", "How can I ensure the quality and safety of the cannabis products I sell?"]
|
105 |
+
["Best Practices", "What are the best ways to promote responsible cannabis use to my customers?"]
|
106 |
+
["Best Practices", "How can I use social media effectively for my dispensary?"]
|
107 |
+
["General Question", "How do I choose the right cannabis strains for my dispensary?"]
|
108 |
+
["General Question", "How can I differentiate my dispensary from competitors?"]
|
109 |
+
["General Question", "What are the effects of different cannabis strains?"]
|
110 |
+
["General Question", "What factors should I consider when pricing my cannabis products?"]
|
111 |
+
["General Question", "What are the trends in cannabis consumption methods?"]
|
112 |
+
["General Question", "What are the advantages and disadvantages of different cannabis consumption methods?"]
|
113 |
+
["General Question", "What are some effective strategies for managing dispensary staff?"]
|
114 |
+
["General Question", "How do I choose the right location for a new dispensary?"]
|
115 |
+
], # List of example inputs
|
116 |
theme=gr.themes.Monochrome(),
|
117 |
examples_per_page=5,
|
118 |
cache_examples=False, # Turn off example caching
|
119 |
+
article="""CannaTech Solutions - CannaAssist AI Assistant
|
120 |
+
Say goodbye to regulatory headaches
|
121 |
+
and hello to seamless compliance with
|
122 |
+
CannaAssist, our AI-powered assistant.
|
123 |
+
Designed specifically for New Mexico's
|
124 |
+
cannabis industry, CannaAssist leverages
|
125 |
+
the power of artificial intelligence to
|
126 |
+
provide personalized guidance and ensure
|
127 |
+
regulatory compliance using BioTrack.
|
128 |
+
From inventory management to compliance
|
129 |
+
reporting, CannaAssist streamlines your
|
130 |
+
operations, leaving you more time to focus
|
131 |
+
on growing your business!""", # Article text
|
132 |
thumbnail="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png", # Thumbnail image URL
|
133 |
favicon_path="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png", # Favicon image URL
|
134 |
)
|