jfataphd commited on
Commit
d2befc6
1 Parent(s): 4986ef2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -4,7 +4,7 @@ import concurrent.futures
4
  # import json
5
  from sklearn.manifold import TSNE
6
  # import umap
7
- import streamlit_analytics
8
  # import tensorflow
9
  from gensim.models import Word2Vec
10
  import pandas as pd
@@ -19,7 +19,7 @@ import plotly.express as px
19
  import plotly.graph_objs as go
20
  from streamlit.components.v1 import html
21
 
22
- streamlit_analytics.start_tracking("G-EKFSW65C2P")
23
 
24
  st.set_page_config(page_title="OncoDigger", page_icon=":microscope:", layout="wide", # centered
25
  initial_sidebar_state="auto", menu_items={
@@ -1286,7 +1286,7 @@ if query:
1286
  # else:
1287
  # st.error("The password you entered is incorrect.")
1288
 
1289
- streamlit_analytics.stop_tracking()
1290
 
1291
 
1292
 
 
4
  # import json
5
  from sklearn.manifold import TSNE
6
  # import umap
7
+
8
  # import tensorflow
9
  from gensim.models import Word2Vec
10
  import pandas as pd
 
19
  import plotly.graph_objs as go
20
  from streamlit.components.v1 import html
21
 
22
+
23
 
24
  st.set_page_config(page_title="OncoDigger", page_icon=":microscope:", layout="wide", # centered
25
  initial_sidebar_state="auto", menu_items={
 
1286
  # else:
1287
  # st.error("The password you entered is incorrect.")
1288
 
1289
+
1290
 
1291
 
1292