Skip to content

Commit

Permalink
Merge pull request #52 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 3eb6777 + 510733d commit 8f41f59
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 8f41f59

Please sign in to comment.