PBusienei commited on
Commit
7b14736
1 Parent(s): 1c00bf5

Change the title to be shorter

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ from urllib.error import URLError
26
  # Load document embeddings
27
 
28
  # set up title and sidebar
29
- st.title(" What are 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)
 
26
  # Load document embeddings
27
 
28
  # set up title and sidebar
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)