Ivan Roman commited on
Commit
5f04d78
·
1 Parent(s): a2febf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,9 +24,9 @@ iface = gr.Interface(
24
  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.",
25
  examples=[
26
  ["Biotrack", "How to add wholesale flower into my inventory?"],
27
- ["Regulations", "Tell me about cannabis regulations in New Mexico."],
28
  ["Best Practices", "What are the best practices for managing inventory?"],
29
- ["General Question", "What is BioTrack?"]
30
  ],
31
  theme="huggingface"
32
  )
 
24
  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.",
25
  examples=[
26
  ["Biotrack", "How to add wholesale flower into my inventory?"],
27
+ ["Regulations", "How much cannabis can I buy in New Mexico."],
28
  ["Best Practices", "What are the best practices for managing inventory?"],
29
+ ["General Question", "How to increase sales for my dispensary?"]
30
  ],
31
  theme="huggingface"
32
  )