Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #52

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions TFinder-v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import pandas as pd
import requests
import streamlit as st
import streamlit_analytics
# import streamlit_analytics
from streamlit_modal import Modal
import streamlit_lottie
import time
Expand Down Expand Up @@ -130,7 +130,7 @@ def load_lottiefile(filepath: str):
st.markdown('#')
st.markdown(footer, unsafe_allow_html=True)

streamlit_analytics.start_tracking()
# streamlit_analytics.start_tracking()

# Credit
st.sidebar.image("img/TFinder_logo_site.png")
Expand Down Expand Up @@ -221,7 +221,7 @@ def load_lottiefile(filepath: str):
"[Features request 💡](https://github.com/Jumitti/TFinder/issues/new?assignees=&labels=enhancement&projects=&template=feature_request.md&title=%5BFEATURE%5D)")
st.sidebar.markdown("[Want to talk ? 🙋🏼‍♂](https://github.com/Jumitti/TFinder/discussions)")

streamlit_analytics.stop_tracking()
# streamlit_analytics.stop_tracking()
views = streamlit_analytics.main.counts["total_pageviews"]

try:
Expand Down