Skip to content

Commit

Permalink
changed umami url to domain
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Nov 12, 2024
1 parent 967e8fe commit a553701
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@
)

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

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

0 comments on commit a553701

Please sign in to comment.