Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -299,6 +299,7 @@ if fetch_data:
|
|
299 |
|
300 |
st.markdown("</div>", unsafe_allow_html=True)
|
301 |
|
|
|
302 |
# Then continue plotting in main panel
|
303 |
fig = px.bar(completeness_df, x="Field", y="Completeness (%)", title="Metadata Completeness by Field")
|
304 |
st.plotly_chart(fig)
|
|
|
299 |
|
300 |
st.markdown("</div>", unsafe_allow_html=True)
|
301 |
|
302 |
+
|
303 |
# Then continue plotting in main panel
|
304 |
fig = px.bar(completeness_df, x="Field", y="Completeness (%)", title="Metadata Completeness by Field")
|
305 |
st.plotly_chart(fig)
|