Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -83,9 +83,10 @@ def app_layout():
|
|
83 |
st.radio(
|
84 |
"**Our Locations**:",
|
85 |
(
|
86 |
-
"Cordova Bay
|
87 |
-
"James Bay
|
88 |
-
"
|
|
|
89 |
),
|
90 |
index=None,
|
91 |
label_visibility="visible",
|
|
|
83 |
st.radio(
|
84 |
"**Our Locations**:",
|
85 |
(
|
86 |
+
"Cordova Bay",
|
87 |
+
"James Bay",
|
88 |
+
"Vancouver",
|
89 |
+
"Port Coquitlam",
|
90 |
),
|
91 |
index=None,
|
92 |
label_visibility="visible",
|