Skip to content

Commit

Permalink
Adding cosmetic text for mobile use.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchevalier2 committed Aug 7, 2024
1 parent a1cb8c1 commit 8b38d17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app_streamlit.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ def create_slider_openinghours() -> []:
else:
df_shops, df_sensors = load_hourly_data()

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


if sensor is not None or shop is not None:

Expand Down

0 comments on commit 8b38d17

Please sign in to comment.