Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -225,7 +225,7 @@ if fetch_data:
|
|
225 |
<p style="color:lightgray;">Incomplete Records: <b>{incomplete_count}</b></p>
|
226 |
</div>
|
227 |
"""
|
228 |
-
|
229 |
|
230 |
|
231 |
st.sidebar.write(f"Incomplete Records: {len(metadata_df[metadata_df.isnull().any(axis=1)])}")
|
|
|
225 |
<p style="color:lightgray;">Incomplete Records: <b>{incomplete_count}</b></p>
|
226 |
</div>
|
227 |
"""
|
228 |
+
stats_placeholder.markdown(stats_html, unsafe_allow_html=True)
|
229 |
|
230 |
|
231 |
st.sidebar.write(f"Incomplete Records: {len(metadata_df[metadata_df.isnull().any(axis=1)])}")
|