Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumitti committed Jan 17, 2024
1 parent b26549f commit b00d3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TFinder-v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def load_lottiefile(filepath: str):
try:
previous_views = st.secrets['previous_views']
unique_users = st.secrets['unique_users']
st.sidebar.markdown(f"Total connections (from last reboot 17/01/24) 👨🏼‍💻: {int(views)}")
# st.sidebar.markdown(f"Total connections (from last reboot 17/01/24) 👨🏼‍💻: {int(views)}")
st.sidebar.markdown(f"Unique users 👥: {unique_users}")
st.session_state["LOCAL"] = 'False'

Expand Down

0 comments on commit b00d3c0

Please sign in to comment.