Skip to content

Commit

Permalink
adding a tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
mwang87 committed Sep 20, 2024
1 parent 54b7e1f commit 95d524f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Statistics_for_Metabolomics.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
import streamlit as st
import base64
from src.common import *
from streamlit.components.v1 import html


page_setup()

# Add a tracking token
html('<script async defer data-ebsite-id="cf2d4190-22ed-4bfe-8913-8b87daca9038" src="https://analytics.gnps2.org/umami.js"></script>', width=0, height=0)


st.image("assets/FBMN-STATS-GUIed_logo2.png", use_column_width=True)

st.markdown("""
Expand Down

0 comments on commit 95d524f

Please sign in to comment.