Skip to content

Commit 8fd8aed

Browse files
committed
remove goatcounter
1 parent 42a1732 commit 8fd8aed

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

streamlit_app.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -473,10 +473,9 @@ def get_short_url(url):
473473
else:
474474
clear_url()
475475

476-
477-
# goatcounter
478-
html_string = """
479-
<script data-goatcounter="https://solar-mach.goatcounter.com/count"
480-
async src="//gc.zgo.at/count.js"></script>
481-
"""
482-
components.html(html_string)
476+
# # goatcounter
477+
# html_string = """
478+
# <script data-goatcounter="https://solar-mach.goatcounter.com/count"
479+
# async src="//gc.zgo.at/count.js"></script>
480+
# """
481+
# components.html(html_string)

0 commit comments

Comments
 (0)