Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -438,12 +438,12 @@ if fetch_data:
|
|
438 |
st.dataframe(
|
439 |
completeness_table.style
|
440 |
.background_gradient(cmap="Greens")
|
441 |
-
.format("{:.
|
442 |
.hide(axis="index"),
|
443 |
use_container_width=True,
|
444 |
height=240
|
445 |
)
|
446 |
-
|
447 |
st.markdown("</div>", unsafe_allow_html=True)
|
448 |
|
449 |
# Identify incomplete records
|
|
|
438 |
st.dataframe(
|
439 |
completeness_table.style
|
440 |
.background_gradient(cmap="Greens")
|
441 |
+
.format("{:.0f}%")
|
442 |
.hide(axis="index"),
|
443 |
use_container_width=True,
|
444 |
height=240
|
445 |
)
|
446 |
+
|
447 |
st.markdown("</div>", unsafe_allow_html=True)
|
448 |
|
449 |
# Identify incomplete records
|