Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -131,39 +131,6 @@ stats_placeholder = st.sidebar.empty()
|
|
131 |
# Create placeholder for Field Completeness Breakdown
|
132 |
completeness_placeholder = st.sidebar.empty()
|
133 |
|
134 |
-
# Helpful Resources (styled and moved below dropdown)
|
135 |
-
st.sidebar.markdown("### Helpful Resources", unsafe_allow_html=True)
|
136 |
-
# Helpful Resources styled section
|
137 |
-
# 3. Helpful Resources Section (Fixed, under Completeness)
|
138 |
-
st.sidebar.markdown("""
|
139 |
-
<style>
|
140 |
-
.sidebar-section h3 {
|
141 |
-
color: lightgray !important;
|
142 |
-
font-size: 1.1rem !important;
|
143 |
-
margin-top: 1.5rem;
|
144 |
-
}
|
145 |
-
.sidebar-links a {
|
146 |
-
color: lightgray !important;
|
147 |
-
text-decoration: none !important;
|
148 |
-
}
|
149 |
-
.sidebar-links a:hover {
|
150 |
-
text-decoration: underline !important;
|
151 |
-
}
|
152 |
-
</style>
|
153 |
-
<div class="sidebar-section">
|
154 |
-
<h3>🔗 Helpful Resources</h3>
|
155 |
-
<div class="sidebar-links">
|
156 |
-
<ul style='padding-left: 1em'>
|
157 |
-
<li><a href="https://www.loc.gov/apis/" target="_blank">LOC API Info</a></li>
|
158 |
-
<li><a href="https://www.loc.gov/" target="_blank">Library of Congress Homepage</a></li>
|
159 |
-
<li><a href="https://www.loc.gov/collections/" target="_blank">LOC Digital Collections</a></li>
|
160 |
-
<li><a href="https://www.loc.gov/marc/" target="_blank">MARC Metadata Standards</a></li>
|
161 |
-
<li><a href="https://labs.loc.gov/about-labs/digital-strategy/" target="_blank">LOC Digital Strategy</a></li>
|
162 |
-
</ul>
|
163 |
-
</div>
|
164 |
-
</div>
|
165 |
-
""", unsafe_allow_html=True)
|
166 |
-
|
167 |
|
168 |
# Add a fetch button to make the action explicit
|
169 |
fetch_data = True
|
|
|
131 |
# Create placeholder for Field Completeness Breakdown
|
132 |
completeness_placeholder = st.sidebar.empty()
|
133 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
|
135 |
# Add a fetch button to make the action explicit
|
136 |
fetch_data = True
|