Spaces:
Running
Running
Update app.py
Browse files
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
|
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.
|