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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ iface = gr.Interface(
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
  )
 
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
  )