CCockrum commited on
Commit
39fcba0
·
verified ·
1 Parent(s): 1aef1bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -98,13 +98,6 @@ collections = {
98
  # Sidebar for selecting collection
99
  st.sidebar.markdown("## Settings")
100
 
101
- # Help / About Section
102
- with st.sidebar.expander("ℹ️ About This Tool"):
103
- st.markdown(
104
- "This app analyzes metadata from Library of Congress digital collections. "
105
- "It highlights completeness issues and suggests metadata enhancements using NLP."
106
- )
107
-
108
  # Display Summary Statistics if available
109
  if 'metadata_df' in locals() and not metadata_df.empty:
110
  st.sidebar.markdown("### 📊 Quick Stats")
 
98
  # Sidebar for selecting collection
99
  st.sidebar.markdown("## Settings")
100
 
 
 
 
 
 
 
 
101
  # Display Summary Statistics if available
102
  if 'metadata_df' in locals() and not metadata_df.empty:
103
  st.sidebar.markdown("### 📊 Quick Stats")