Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -29,12 +29,10 @@ 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 |
theme=gr.themes.Monochrome()
|
33 |
-
)
|
34 |
|
35 |
-
|
36 |
-
iface.set_authorization(password="CannaTech2023!")
|
37 |
|
38 |
iface.launch()
|
39 |
|
40 |
-
|
|
|
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 |
|
|