Update app.py
Browse files
app.py
CHANGED
|
@@ -16,17 +16,16 @@ 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>
|
| 23 |
window.dataLayer = window.dataLayer || [];
|
| 24 |
-
function gtag(
|
| 25 |
gtag('js', new Date());
|
| 26 |
|
| 27 |
gtag('config', 'G-8XP3DZTE4B');
|
| 28 |
</script>
|
| 29 |
-
"""
|
| 30 |
|
| 31 |
st.components.v1.html(ga_script, height=0)
|
| 32 |
|
|
|
|
| 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>
|
| 23 |
window.dataLayer = window.dataLayer || [];
|
| 24 |
+
function gtag(){dataLayer.push(arguments);}
|
| 25 |
gtag('js', new Date());
|
| 26 |
|
| 27 |
gtag('config', 'G-8XP3DZTE4B');
|
| 28 |
</script>
|
|
|
|
| 29 |
|
| 30 |
st.components.v1.html(ga_script, height=0)
|
| 31 |
|