CCockrum commited on
Commit
0f8916e
·
verified ·
1 Parent(s): 4090f4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -1
app.py CHANGED
@@ -97,7 +97,18 @@ collections = {
97
  }
98
 
99
  # Sidebar for selecting collection
100
- st.sidebar.markdown("## Settings")
 
 
 
 
 
 
 
 
 
 
 
101
 
102
  # Create empty metadata_df variable to ensure it exists before checking
103
  metadata_df = pd.DataFrame()
 
97
  }
98
 
99
  # Sidebar for selecting collection
100
+ #st.sidebar.markdown("## Settings")
101
+
102
+ st.sidebar.markdown("### 🔗 Helpful Resources", unsafe_allow_html=True)
103
+ st.sidebar.markdown("""
104
+ <ul style='padding-left: 1em'>
105
+ <li><a href="https://www.loc.gov/apis/" target="_blank">LOC API Info</a></li>
106
+ <li><a href="https://www.loc.gov/" target="_blank">Library of Congress Homepage</a></li>
107
+ <li><a href="https://www.loc.gov/collections/" target="_blank">LOC Digital Collections</a></li>
108
+ <li><a href="https://www.loc.gov/marc/" target="_blank">MARC Metadata Standards</a></li>
109
+ <li><a href="https://labs.loc.gov/about-labs/digital-strategy/" target="_blank">LOC Digital Strategy</a></li>
110
+ </ul>
111
+ """, unsafe_allow_html=True)
112
 
113
  # Create empty metadata_df variable to ensure it exists before checking
114
  metadata_df = pd.DataFrame()