IliaLarchenko commited on
Commit
d62f082
1 Parent(s): 57df1a3

Removed GA

Browse files
Files changed (1) hide show
  1. src/app.py +1 -3
src/app.py CHANGED
@@ -92,10 +92,8 @@ def main():
92
  st.code(str(transform))
93
  show_credentials()
94
 
95
- # adding google analytics pixel
96
- # only when deployed online. don't collect statistics of local usage
97
  if "GA" in os.environ:
98
- st.image(os.environ["GA"])
99
  st.markdown(
100
  (
101
  "[Privacy policy]"
 
92
  st.code(str(transform))
93
  show_credentials()
94
 
95
+ # adding generic privacy policy
 
96
  if "GA" in os.environ:
 
97
  st.markdown(
98
  (
99
  "[Privacy policy]"