Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,6 +57,7 @@ if 'words_umap_df' not in st.session_state:
|
|
57 |
"s": [],
|
58 |
"l": [],
|
59 |
})
|
|
|
60 |
secret_embedding_3d = umap_3d.transform([secret_embedding])[0]
|
61 |
words_umap_df.loc[len(words_umap_df)] = {
|
62 |
"x": secret_embedding_3d[0],
|
|
|
57 |
"s": [],
|
58 |
"l": [],
|
59 |
})
|
60 |
+
st.session_state['words_umap_df'] = words_umap_df
|
61 |
secret_embedding_3d = umap_3d.transform([secret_embedding])[0]
|
62 |
words_umap_df.loc[len(words_umap_df)] = {
|
63 |
"x": secret_embedding_3d[0],
|