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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -29,6 +29,9 @@ iface = gr.Interface(
29
  ["Best Practices", "What are the best practices for managing inventory?"],
30
  ["General Question", "How to increase sales for my dispensary?"]
31
  ],
 
32
  theme=gr.themes.Monochrome()
33
 
 
 
34
  iface.launch()
 
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()
34
 
35
+ )
36
+
37
  iface.launch()