Alvaro Hidalgo Romera commited on
Commit
5d871cc
·
1 Parent(s): 6690042

hotfix, change title

Browse files
Files changed (1) hide show
  1. app/pages/1_trips_inspector.py +1 -1
app/pages/1_trips_inspector.py CHANGED
@@ -29,7 +29,7 @@ trips_routes = (
29
  )
30
 
31
  trips_id_option = st.selectbox(
32
- "Select a route",
33
  trips_routes["trip_id"].unique().tolist(),
34
  index=None,
35
  placeholder="Select a Trip id...",
 
29
  )
30
 
31
  trips_id_option = st.selectbox(
32
+ "Select a Trip",
33
  trips_routes["trip_id"].unique().tolist(),
34
  index=None,
35
  placeholder="Select a Trip id...",