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