We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b54bac commit 8603122Copy full SHA for 8603122
streamlit_app.py
@@ -7,6 +7,7 @@
7
import numpy as np
8
from stqdm import stqdm
9
import streamlit as st
10
+import streamlit.components.v1 as components
11
# import streamlit_analytics # TODO: un-comment when streamlit-analytics has been updated with https://github.com/jrieke/streamlit-analytics/pull/44
12
import streamlit_analytics2 as streamlit_analytics
13
from astropy.coordinates import SkyCoord
@@ -471,3 +472,11 @@ def get_short_url(url):
471
472
clear_url()
473
else:
474
475
+
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)
0 commit comments