CannaTech commited on
Commit
29f5b77
·
1 Parent(s): 197c283

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +24 -3
app.py CHANGED
@@ -26,11 +26,31 @@ iface = gr.Interface(
26
  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.",
27
  examples=[
28
  ["BioTrack", "How to add wholesale flower into my inventory?"],
29
- ["Regulations", "How much cannabis can I buy in New Mexico."],
 
 
 
 
 
 
 
 
 
 
30
  ["Best Practices", "What are the best practices for managing inventory?"],
31
- ["General Question", "How to increase sales for my dispensary?"]
 
 
 
 
 
 
 
 
 
 
 
32
  ],
33
-
34
  theme=gr.themes.Glass()
35
  )
36
 
@@ -39,3 +59,4 @@ iface.launch()
39
 
40
 
41
 
 
 
26
  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.",
27
  examples=[
28
  ["BioTrack", "How to add wholesale flower into my inventory?"],
29
+ ["BioTrack", "How do I update inventory quantities in BioTrack?"],
30
+ ["BioTrack", "What is the process to transfer product between locations in BioTrack?"],
31
+ ["BioTrack", "How can I generate sales reports in BioTrack?"],
32
+ ["BioTrack", "How to set up a new user in BioTrack?"],
33
+ ["BioTrack", "What steps are necessary for end of day closing in BioTrack?"],
34
+ ["Regulations", "How much cannabis can I buy in New Mexico?"],
35
+ ["Regulations", "What are the packaging requirements for cannabis products in New Mexico?"],
36
+ ["Regulations", "Can I sell cannabis online in New Mexico?"],
37
+ ["Regulations", "What are the license requirements for opening a dispensary in New Mexico?"],
38
+ ["Regulations", "What are the advertising restrictions for cannabis in New Mexico?"],
39
+ ["Regulations", "What are the cannabis testing requirements in New Mexico?"],
40
  ["Best Practices", "What are the best practices for managing inventory?"],
41
+ ["Best Practices", "How can I improve my dispensary's customer service?"],
42
+ ["Best Practices", "What are some effective marketing strategies for a cannabis dispensary?"],
43
+ ["Best Practices", "What are best practices for product pricing in the cannabis industry?"],
44
+ ["Best Practices", "How can I improve the efficiency of my cannabis operation?"],
45
+ ["Best Practices", "What are best practices for staff training in a cannabis dispensary?"],
46
+ ["General Question", "How to increase sales for my dispensary?"],
47
+ ["General Question", "How can I attract more customers to my dispensary?"],
48
+ ["General Question", "What are the benefits of offering delivery service for my dispensary?"],
49
+ ["General Question", "What are the key trends in the cannabis industry?"],
50
+ ["General Question", "How can I differentiate my dispensary from competitors?"],
51
+ ["General Question", "What are some successful promotional activities for cannabis dispensaries?"],
52
+ ["General Question", "What is the impact of customer loyalty programs in the cannabis industry?"]
53
  ],
 
54
  theme=gr.themes.Glass()
55
  )
56
 
 
59
 
60
 
61
 
62
+