Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ with st.container(border=False):
|
|
72 |
location = st.radio(
|
73 |
"**Our Locations**:",
|
74 |
["Cordova Bay - Victoria", "James Bay - Victoria",
|
75 |
-
"
|
76 |
index=None, horizontal=False,
|
77 |
)
|
78 |
st.text("\n" * 4)
|
|
|
72 |
location = st.radio(
|
73 |
"**Our Locations**:",
|
74 |
["Cordova Bay - Victoria", "James Bay - Victoria",
|
75 |
+
"Commercial Drive - Vancouver"],
|
76 |
index=None, horizontal=False,
|
77 |
)
|
78 |
st.text("\n" * 4)
|