Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ with st.container(border=False):
|
|
62 |
)
|
63 |
location = st.radio(
|
64 |
"**Our Locations**:",
|
65 |
-
["Cordova Bay - Victoria", "James Bay - Victoria", "Vancouver"],
|
66 |
index=None, horizontal=False,
|
67 |
)
|
68 |
|
|
|
62 |
)
|
63 |
location = st.radio(
|
64 |
"**Our Locations**:",
|
65 |
+
["Cordova Bay - Victoria", "James Bay - Victoria", "Comercial Drive - Vancouver"],
|
66 |
index=None, horizontal=False,
|
67 |
)
|
68 |
|