Spaces:
Sleeping
Sleeping
Alvaro Hidalgo Romera
commited on
Commit
·
5d871cc
1
Parent(s):
6690042
hotfix, change title
Browse files
app/pages/1_trips_inspector.py
CHANGED
@@ -29,7 +29,7 @@ trips_routes = (
|
|
29 |
)
|
30 |
|
31 |
trips_id_option = st.selectbox(
|
32 |
-
"Select a
|
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...",
|