elli-teu
commited on
Commit
·
fbcd22d
1
Parent(s):
7fbd224
Update app.py
Browse files
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
|
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 |
|