Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -151,7 +151,16 @@ def switch_viz(new_choice):
|
|
| 151 |
|
| 152 |
|
| 153 |
with gr.Blocks() as demo:
|
| 154 |
-
gr.HTML("""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 155 |
with gr.Column():
|
| 156 |
with gr.Column():
|
| 157 |
with gr.Row():
|
|
|
|
| 151 |
|
| 152 |
|
| 153 |
with gr.Blocks() as demo:
|
| 154 |
+
gr.HTML("""
|
| 155 |
+
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "64177498abe34eedafc2e0454b57d056"}'></script>
|
| 156 |
+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-174VB9B9Z8"></script>
|
| 157 |
+
<script>
|
| 158 |
+
window.dataLayer = window.dataLayer || [];
|
| 159 |
+
function gtag(){dataLayer.push(arguments);}
|
| 160 |
+
gtag('js', new Date());
|
| 161 |
+
gtag('config', 'G-174VB9B9Z8');
|
| 162 |
+
</script>
|
| 163 |
+
""")
|
| 164 |
with gr.Column():
|
| 165 |
with gr.Column():
|
| 166 |
with gr.Row():
|