Skip to content

Commit

Permalink
changed umami url
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Nov 13, 2024
1 parent a553701 commit caf51af
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions gui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@
unsafe_allow_html=True,
)

# components.html(
# """
# <script async src="https://app.batterymodel.com/umami/script.js" data-website-id="adcac53d-bc65-4ca3-9f98-be5c7c4ee75d"></script>
# """,
# height=0,
# )

components.html(
"""
<script async src="https://app.batterymodel.com/umami/script.js" data-website-id="adcac53d-bc65-4ca3-9f98-be5c7c4ee75d"></script>
""",
height=0,
'<script async defer data-website-id="adcac53d-bc65-4ca3-9f98-be5c7c4ee75d" src="<https://app.batterymodel.com/umami.js>"></script>'
)

##############################
Expand Down

0 comments on commit caf51af

Please sign in to comment.