Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -36,10 +36,10 @@ st.markdown("""
|
|
36 |
""", unsafe_allow_html=True)
|
37 |
|
38 |
# Optional: Add a banner image (replace with your image URL)
|
39 |
-
st.markdown('<img src="https://
|
40 |
|
41 |
# Streamlit app header
|
42 |
-
st.title("MetaDiscovery Agent
|
43 |
st.markdown("""
|
44 |
This tool connects to the LOC API, retrieves metadata from a selected collection, and performs
|
45 |
an analysis of metadata completeness, suggests enhancements, and identifies authority gaps.
|
|
|
36 |
""", unsafe_allow_html=True)
|
37 |
|
38 |
# Optional: Add a banner image (replace with your image URL)
|
39 |
+
st.markdown('<img src="https://cdn-uploads.huggingface.co/production/uploads/67351c643fe51cb1aa28f2e5/7ThcAOjbuM8ajrP85bGs4.jpeg" class="banner">', unsafe_allow_html=True)
|
40 |
|
41 |
# Streamlit app header
|
42 |
+
st.title("LOC MetaDiscovery Agent")
|
43 |
st.markdown("""
|
44 |
This tool connects to the LOC API, retrieves metadata from a selected collection, and performs
|
45 |
an analysis of metadata completeness, suggests enhancements, and identifies authority gaps.
|