Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -210,7 +210,7 @@ if fetch_data:
|
|
210 |
<p style="color:lightgray;">Overall Completeness: <b>{overall_percent:.1f}%</b></p>
|
211 |
</div>
|
212 |
"""
|
213 |
-
stats_placeholder.markdown(stats_html, unsafe_allow_html=True
|
214 |
|
215 |
with st.sidebar.expander("π Helpful Resources", expanded=False):
|
216 |
st.markdown("""
|
|
|
210 |
<p style="color:lightgray;">Overall Completeness: <b>{overall_percent:.1f}%</b></p>
|
211 |
</div>
|
212 |
"""
|
213 |
+
stats_placeholder.markdown(stats_html, unsafe_allow_html=True)
|
214 |
|
215 |
with st.sidebar.expander("π Helpful Resources", expanded=False):
|
216 |
st.markdown("""
|