Spaces:
Running on T4
Running on T4
Update app.py
Browse files
app.py
CHANGED
|
@@ -788,7 +788,10 @@ head = """
|
|
| 788 |
function gtag(){dataLayer.push(arguments);}
|
| 789 |
gtag('js', new Date());
|
| 790 |
|
| 791 |
-
gtag('config', 'G-P13E18K71N'
|
|
|
|
|
|
|
|
|
|
| 792 |
</script>
|
| 793 |
"""
|
| 794 |
|
|
|
|
| 788 |
function gtag(){dataLayer.push(arguments);}
|
| 789 |
gtag('js', new Date());
|
| 790 |
|
| 791 |
+
gtag('config', 'G-P13E18K71N', {
|
| 792 |
+
'page_title': 'TIPSv2',
|
| 793 |
+
'page_location': 'https://huggingface.co/spaces/google/TIPSv2'
|
| 794 |
+
});
|
| 795 |
</script>
|
| 796 |
"""
|
| 797 |
|