Skip to content

Commit

Permalink
Merge pull request #51 from Jumitti/beta
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
Jumitti authored Jan 17, 2024
2 parents f1206aa + b00d3c0 commit 3eb6777
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 3eb6777

Please sign in to comment.