CannaTech commited on
Commit
5042f47
·
1 Parent(s): 3381674

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -24,10 +24,10 @@ iface = gr.Interface(
24
  title="CannaAssist AI Assistant",
25
  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.",
26
  examples=[
27
- ["BioTrack", "How to add wholesale flower into my inventory?"],
28
- ["Regulations", "How much cannabis can I buy in New Mexico."],
29
- ["Best Practices", "What are the best practices for managing inventory?"],
30
- ["General Question", "How to increase sales for my dispensary?"]
31
  ],
32
 
33
  theme=gr.themes.Monochrome()
@@ -35,3 +35,4 @@ iface = gr.Interface(
35
  )
36
 
37
  iface.launch()
 
 
24
  title="CannaAssist AI Assistant",
25
  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.",
26
  examples=[
27
+ ["BioTrack", "How do I update inventory quantities in BioTrack?"],
28
+ ["Regulations", "What are the packaging requirements for cannabis products in New Mexico?"],
29
+ ["Best Practices", "What are the benefits of offering delivery service for my dispensary?"],
30
+ ["General Question", "What are the key trends in the cannabis industry?"]
31
  ],
32
 
33
  theme=gr.themes.Monochrome()
 
35
  )
36
 
37
  iface.launch()
38
+