PBusienei commited on
Commit
48e5161
1 Parent(s): 648219b

Fix abstract embeddings

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ from urllib.error import URLError
29
  st.title(" Your top 3 Important Sessions")
30
  st.markdown("This application is a dashboard for displaying your top 3 Sessions at the Nashville summit")
31
 
32
- doc_emb = np.loadtxt("abstract_embedded.txt", dtype=float)
33
 
34
 
35
  # Load data
 
29
  st.title(" Your top 3 Important Sessions")
30
  st.markdown("This application is a dashboard for displaying your top 3 Sessions at the Nashville summit")
31
 
32
+ doc_emb = np.loadtxt("abstract-embed.txt", dtype=float)
33
 
34
 
35
  # Load data