Skip to content

Commit

Permalink
Removed GA
Browse files Browse the repository at this point in the history
  • Loading branch information
IliaLarchenko committed Mar 31, 2024
1 parent 57df1a3 commit d62f082
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,8 @@ def main():
st.code(str(transform))
show_credentials()

# adding google analytics pixel
# only when deployed online. don't collect statistics of local usage
# adding generic privacy policy
if "GA" in os.environ:
st.image(os.environ["GA"])
st.markdown(
(
"[Privacy policy]"
Expand Down

0 comments on commit d62f082

Please sign in to comment.