Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mchevalier2 committed Aug 7, 2024
1 parent 8b38d17 commit e81f6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_streamlit.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def create_slider_openinghours() -> []:
df_shops, df_sensors = load_hourly_data()

if shop is None:
st.write("Select a store for the menu on the left-hand side.")
st.write("Select a store from the menu on the left-hand side.")


if sensor is not None or shop is not None:
Expand Down

0 comments on commit e81f6e4

Please sign in to comment.