Skip to content

Commit

Permalink
Merge pull request #20 from IliaLarchenko/deploy
Browse files Browse the repository at this point in the history
Removed GA
  • Loading branch information
IliaLarchenko authored Mar 31, 2024
2 parents 0db7a53 + d62f082 commit d227951
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 d227951

Please sign in to comment.