From 57bd5217f77f0a8235b9d46a7e1296f2f951bf50 Mon Sep 17 00:00:00 2001 From: Lorena Hendrix Date: Mon, 25 Nov 2024 10:14:51 +0100 Subject: [PATCH] beautifulsoup injection tracking code --- gui/app.py | 65 +++++++++++++++++++++++++++--------------------------- 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/gui/app.py b/gui/app.py index 1ec7c8e..2883314 100644 --- a/gui/app.py +++ b/gui/app.py @@ -55,43 +55,44 @@ # ) -# def inject_ga(): -# UM_ID = "adcac53d-bc65-4ca3-9f98-be5c7c4ee75d" +def inject_ga(): + UM_ID = "adcac53d-bc65-4ca3-9f98-be5c7c4ee75d" -# UM_JS = """ -# -# - """ - st.markdown(umami_js, unsafe_allow_html=True) + +# """ +# st.markdown(umami_js, unsafe_allow_html=True) -inject_umami() +# inject_umami() -# inject_ga() ############################## # Remember user changed values