CCockrum commited on
Commit
01e6c66
·
verified ·
1 Parent(s): b948611

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from sklearn.feature_extraction.text import TfidfVectorizer
8
  from sklearn.metrics.pairwise import cosine_similarity
9
 
10
  # Streamlit app header
11
- st.title("MetaDiscovery Agent for Library of Congress Collections")
12
  st.markdown("""
13
  This tool connects to the LOC API, retrieves metadata from a selected collection, and performs
14
  an analysis of metadata completeness, suggests enhancements, and identifies authority gaps.
 
8
  from sklearn.metrics.pairwise import cosine_similarity
9
 
10
  # Streamlit app header
11
+ st.title("LOC MetaDiscovery Agent")
12
  st.markdown("""
13
  This tool connects to the LOC API, retrieves metadata from a selected collection, and performs
14
  an analysis of metadata completeness, suggests enhancements, and identifies authority gaps.