CannaTech commited on
Commit
3ea7f19
·
1 Parent(s): 29f5b77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ iface = gr.Interface(
51
  ["General Question", "What are some successful promotional activities for cannabis dispensaries?"],
52
  ["General Question", "What is the impact of customer loyalty programs in the cannabis industry?"]
53
  ],
54
- theme=gr.themes.Glass()
55
  )
56
 
57
  iface.launch()
 
51
  ["General Question", "What are some successful promotional activities for cannabis dispensaries?"],
52
  ["General Question", "What is the impact of customer loyalty programs in the cannabis industry?"]
53
  ],
54
+ theme=gr.themes.Monochrome()
55
  )
56
 
57
  iface.launch()