yrobel-lima commited on
Commit
d7a2e82
1 Parent(s): 8dd51bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- "Comercial Drive - Vancouver"],
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)