DrDomedag commited on
Commit
2d3ae25
·
verified ·
1 Parent(s): fbcd22d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -372,6 +372,8 @@ def main():
372
 
373
  buses_df, bus_list, short_bus = get_buses()
374
 
 
 
375
  # Sidebar section for searching buses
376
  st.sidebar.title("Search for your desired bus")
377
 
 
372
 
373
  buses_df, bus_list, short_bus = get_buses()
374
 
375
+ short_bus = sorted(short_bus)
376
+
377
  # Sidebar section for searching buses
378
  st.sidebar.title("Search for your desired bus")
379