Skip to content

Commit

Permalink
remove goatcounter
Browse files Browse the repository at this point in the history
  • Loading branch information
jgieseler committed Apr 24, 2024
1 parent 42a1732 commit 8fd8aed
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,10 +473,9 @@ def get_short_url(url):
else:
clear_url()


# goatcounter
html_string = """
<script data-goatcounter="https://solar-mach.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
"""
components.html(html_string)
# # goatcounter
# html_string = """
# <script data-goatcounter="https://solar-mach.goatcounter.com/count"
# async src="//gc.zgo.at/count.js"></script>
# """
# components.html(html_string)

0 comments on commit 8fd8aed

Please sign in to comment.