CannaTech commited on
Commit
18ab628
·
1 Parent(s): 5042f47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -29,10 +29,12 @@ iface = gr.Interface(
29
  ["Best Practices", "What are the benefits of offering delivery service for my dispensary?"],
30
  ["General Question", "What are the key trends in the cannabis industry?"]
31
  ],
32
-
33
  theme=gr.themes.Monochrome()
34
-
35
  )
36
 
 
 
 
37
  iface.launch()
38
 
 
 
29
  ["Best Practices", "What are the benefits of offering delivery service for my dispensary?"],
30
  ["General Question", "What are the key trends in the cannabis industry?"]
31
  ],
 
32
  theme=gr.themes.Monochrome()
 
33
  )
34
 
35
+ # Set the required password for authorization
36
+ iface.set_authorization(password="CannaTech2023!")
37
+
38
  iface.launch()
39
 
40
+