diff --git a/TFinder-v1.py b/TFinder-v1.py index 381e8a6c..de98c2aa 100644 --- a/TFinder-v1.py +++ b/TFinder-v1.py @@ -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'