Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -242,15 +242,15 @@ if fetch_data:
|
|
242 |
|
243 |
|
244 |
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
st.markdown("""
|
255 |
<style>
|
256 |
.sidebar-links a {
|
|
|
242 |
|
243 |
|
244 |
|
245 |
+
# Render collapsible green completeness table in sidebar
|
246 |
+
with st.sidebar.expander("π Field Completeness Breakdown", expanded=True):
|
247 |
+
st.dataframe(
|
248 |
+
completeness_table.style.background_gradient(cmap="Greens").format("{:.1f}%"),
|
249 |
+
use_container_width=True,
|
250 |
+
height=240
|
251 |
+
)
|
252 |
+
|
253 |
+
with st.sidebar.expander("π Helpful Resources", expanded=False):
|
254 |
st.markdown("""
|
255 |
<style>
|
256 |
.sidebar-links a {
|