CCockrum commited on
Commit
4df0ff4
·
verified ·
1 Parent(s): f8f202c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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://www.loc.gov/static/images/home/home-header.jpg" class="banner">', unsafe_allow_html=True)
40
 
41
  # Streamlit app header
42
- st.title("MetaDiscovery Agent for Library of Congress Collections")
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.