yuanjunchai commited on
Commit ·
da456c0
1
Parent(s): ccb8ab3
add application files
Browse files
app.py
CHANGED
|
@@ -406,6 +406,7 @@ if __name__ == "__main__":
|
|
| 406 |
|
| 407 |
# Find closest word to an input word
|
| 408 |
if st.session_state.text_search:
|
|
|
|
| 409 |
# Glove embeddings
|
| 410 |
print("Glove Embedding")
|
| 411 |
embeddings_metadata = {
|
|
|
|
| 406 |
|
| 407 |
# Find closest word to an input word
|
| 408 |
if st.session_state.text_search:
|
| 409 |
+
print(f"Debug Text Search = {st.session_state.text_search}")
|
| 410 |
# Glove embeddings
|
| 411 |
print("Glove Embedding")
|
| 412 |
embeddings_metadata = {
|