yrobel-lima commited on
Commit
d606612
·
verified ·
1 Parent(s): 2411fa7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -83,9 +83,10 @@ def app_layout():
83
  st.radio(
84
  "**Our Locations**:",
85
  (
86
- "Cordova Bay - Victoria",
87
- "James Bay - Victoria",
88
- "Commercial Drive - Vancouver",
 
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",