syedislamuddin commited on
Commit
b16d997
·
1 Parent(s): 25c3555

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -56,7 +56,9 @@ st.set_option('deprecation.showPyplotGlobalUse', False)
56
 
57
  #load Data
58
  cwd=os.getcwd()+'/'#+'data/'
59
- @st.cache_data
 
 
60
  def get_data():
61
  if 'adata_annot' not in st.session_state or 'cell_type' not in st.session_state or 'broad_type' not in st.session_state:
62
  adata_annot = sc.read_h5ad(cwd+'multiregion_brainaging_annotated.h5ad')
 
56
 
57
  #load Data
58
  cwd=os.getcwd()+'/'#+'data/'
59
+
60
+
61
+ #@st.cache_data
62
  def get_data():
63
  if 'adata_annot' not in st.session_state or 'cell_type' not in st.session_state or 'broad_type' not in st.session_state:
64
  adata_annot = sc.read_h5ad(cwd+'multiregion_brainaging_annotated.h5ad')