elli-teu commited on
Commit
fbcd22d
·
1 Parent(s): 7fbd224

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -378,7 +378,7 @@ def main():
378
  # Create a multiselect dropdown in the sidebar
379
  search = st.sidebar.selectbox(
380
  "Search for your bus number:",
381
- options=short_bus.sort(),
382
  help="Select one bus to view details."
383
  )
384
 
 
378
  # Create a multiselect dropdown in the sidebar
379
  search = st.sidebar.selectbox(
380
  "Search for your bus number:",
381
+ options=short_bus,
382
  help="Select one bus to view details."
383
  )
384