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

Update app.py

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