nmariotto commited on
Commit
d1b2a24
·
verified ·
1 Parent(s): cbeceae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from googleapiclient.http import MediaIoBaseUpload
16
  import gspread
17
  import time
18
 
19
-
20
  <!-- Google tag (gtag.js) -->
21
  <script async src="https://www.googletagmanager.com/gtag/js?id=G-8XP3DZTE4B"></script>
22
  <script>
@@ -26,6 +26,8 @@ import time
26
 
27
  gtag('config', 'G-8XP3DZTE4B');
28
  </script>
 
 
29
 
30
  st.components.v1.html(ga_script, height=0)
31
 
 
16
  import gspread
17
  import time
18
 
19
+ ga_script = """
20
  <!-- Google tag (gtag.js) -->
21
  <script async src="https://www.googletagmanager.com/gtag/js?id=G-8XP3DZTE4B"></script>
22
  <script>
 
26
 
27
  gtag('config', 'G-8XP3DZTE4B');
28
  </script>
29
+ """
30
+
31
 
32
  st.components.v1.html(ga_script, height=0)
33