Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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 |
)
|