Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ df2["similarity"] = 0
|
|
31 |
|
32 |
dataframes = {
|
33 |
"Bio_embeddings": df1,
|
34 |
-
"
|
35 |
}
|
36 |
#df = pd.read_csv("TA_embeddings.csv")
|
37 |
#df["embedding"]=df["embedding"].apply(eval).apply(np.array)
|
|
|
31 |
|
32 |
dataframes = {
|
33 |
"Bio_embeddings": df1,
|
34 |
+
"Physics_embeddings": df2
|
35 |
}
|
36 |
#df = pd.read_csv("TA_embeddings.csv")
|
37 |
#df["embedding"]=df["embedding"].apply(eval).apply(np.array)
|