CCockrum commited on
Commit
4ff4b17
·
verified ·
1 Parent(s): c28efce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)