ruthjohnson commited on
Commit
6b7a66a
·
verified ·
1 Parent(s): d9b0455

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -1
src/streamlit_app.py CHANGED
@@ -13,5 +13,6 @@ df = pd.read_csv("src/phecode_atc_umap.csv", sep=',')
13
  value = embedding_atlas(
14
  df, text="node_name",
15
  x="0", y="1", neighbors="neighbors",
16
- show_table=True
 
17
  )
 
13
  value = embedding_atlas(
14
  df, text="node_name",
15
  x="0", y="1", neighbors="neighbors",
16
+ show_table=True,
17
+ show_charts=False
18
  )