freemt
commited on
Commit
·
2577c80
1
Parent(s):
73a86b6
Update taking debee offline (in options.py)
Browse files- litbee/options.py +2 -1
litbee/options.py
CHANGED
@@ -47,7 +47,8 @@ def options():
|
|
47 |
beetype = st.sidebar.radio("Pick a bee", beetype_list)
|
48 |
state.ns.beetype = beetype
|
49 |
|
50 |
-
if beetype not in ["ezbee", "dzbee", "debee"]:
|
|
|
51 |
st.write("Coming soon")
|
52 |
return None
|
53 |
|
|
|
47 |
beetype = st.sidebar.radio("Pick a bee", beetype_list)
|
48 |
state.ns.beetype = beetype
|
49 |
|
50 |
+
# if beetype not in ["ezbee", "dzbee", "debee"]:
|
51 |
+
if beetype not in ["ezbee", "dzbee"]:
|
52 |
st.write("Coming soon")
|
53 |
return None
|
54 |
|