mbecchis commited on
Commit
70743a0
·
verified ·
1 Parent(s): fa8a6e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -197,10 +197,10 @@ if run_button and uploaded_file is not None:
197
  with col4:
198
  st.metric("Total Warnings", total_warnings)
199
 
200
-
 
201
  tab1, tab2 = st.tabs(["📋 Program Overview", "⚠️ Issues Summary"])
202
 
203
- st.subheader("Preview of Results")
204
  with tab1:
205
  st.dataframe(df_export.head(30), use_container_width=True)
206
  with tab2:
 
197
  with col4:
198
  st.metric("Total Warnings", total_warnings)
199
 
200
+
201
+ st.subheader("Preview of Results")
202
  tab1, tab2 = st.tabs(["📋 Program Overview", "⚠️ Issues Summary"])
203
 
 
204
  with tab1:
205
  st.dataframe(df_export.head(30), use_container_width=True)
206
  with tab2: