CannaTech commited on
Commit
0551299
·
1 Parent(s): 3f43b8f

Update app.py

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