Skip to content

Commit

Permalink
fix streamlit_analytics2 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jgieseler committed Mar 4, 2024
1 parent 7de850a commit 5b54bac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
import numpy as np
from stqdm import stqdm
import streamlit as st
import streamlit_analytics2 # TODO: un-comment when streamlit-analytics has been updated with https://github.com/jrieke/streamlit-analytics/pull/44
# import streamlit_analytics # TODO: un-comment when streamlit-analytics has been updated with https://github.com/jrieke/streamlit-analytics/pull/44
import streamlit_analytics2 as streamlit_analytics
from astropy.coordinates import SkyCoord
from sunpy.coordinates import frames
from solarmach import SolarMACH, print_body_list, get_sw_speed
Expand Down Expand Up @@ -411,7 +412,7 @@ def get_short_url(url):
* Be aware that the new URL format might change in the near future again (hopefully to something more clear and permanent).
''')

# streamlit_analytics.start_tracking() # TODO: un-comment when streamlit-analytics has been updated with https://github.com/jrieke/streamlit-analytics/pull/44
streamlit_analytics.start_tracking() # TODO: un-comment when streamlit-analytics has been updated with https://github.com/jrieke/streamlit-analytics/pull/44


# footer
Expand Down

0 comments on commit 5b54bac

Please sign in to comment.