CCockrum commited on
Commit
31632ae
·
verified ·
1 Parent(s): 72782b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -438,12 +438,12 @@ if fetch_data:
438
  st.dataframe(
439
  completeness_table.style
440
  .background_gradient(cmap="Greens")
441
- .format("{:.1f}%")
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