change tag
Browse files
app.py
CHANGED
@@ -204,14 +204,18 @@ function load_zoom() {
|
|
204 |
"""
|
205 |
|
206 |
head = """
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
|
|
|
|
|
|
214 |
"""
|
|
|
215 |
|
216 |
|
217 |
def gradio_interface():
|
|
|
204 |
"""
|
205 |
|
206 |
head = """
|
207 |
+
|
208 |
+
<!-- Google tag (gtag.js) -->
|
209 |
+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7EKCV97SG2"></script>
|
210 |
+
<script>
|
211 |
+
window.dataLayer = window.dataLayer || [];
|
212 |
+
function gtag(){dataLayer.push(arguments);}
|
213 |
+
gtag('js', new Date());
|
214 |
+
|
215 |
+
gtag('config', '""" + f"{google_analytics_tracking_id}" + """');
|
216 |
+
</script>
|
217 |
"""
|
218 |
+
print(head)
|
219 |
|
220 |
|
221 |
def gradio_interface():
|