Spaces:
Sleeping
Sleeping
Rename pages/4_Word Similarity.py to pages/4_Associations between Specific Terms.py
Browse files
pages/{4_Word Similarity.py β 4_Associations between Specific Terms.py}
RENAMED
@@ -4,7 +4,7 @@ import pandas as pd
|
|
4 |
import numpy as np
|
5 |
from scipy.interpolate import interp1d
|
6 |
|
7 |
-
st.subheader('Associations between
|
8 |
|
9 |
st.write("This app display the cosine similarity of two sets of words over time (A1-A2 & B1-B2).")
|
10 |
|
|
|
4 |
import numpy as np
|
5 |
from scipy.interpolate import interp1d
|
6 |
|
7 |
+
st.subheader('Associations between Specific Terms')
|
8 |
|
9 |
st.write("This app display the cosine similarity of two sets of words over time (A1-A2 & B1-B2).")
|
10 |
|