Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|