nmariotto commited on
Commit
e7ccdbd
·
verified ·
1 Parent(s): 2470112

Delete .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +0 -13
.streamlit/config.toml DELETED
@@ -1,13 +0,0 @@
1
- [browser]
2
- gatherUsageStats = false
3
- script = """
4
- <!-- Google tag (gtag.js) -->
5
- <script async src="https://www.googletagmanager.com/gtag/js?id=G-8XP3DZTE4B"></script>
6
- <script>
7
- window.dataLayer = window.dataLayer || [];
8
- function gtag( ){dataLayer.push(arguments);}
9
- gtag('js', new Date());
10
-
11
- gtag('config', 'G-8XP3DZTE4B');
12
- </script>
13
- """