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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -29,7 +29,6 @@ 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="upscale"
33
- )
34
 
35
  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
+ theme=gr.themes.Monochrome()
 
33
 
34
  iface.launch()