ProfessorLeVesseur commited on
Commit
536bed4
·
verified ·
1 Parent(s): e83920f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ def main():
157
 
158
  # Step 5: Ensure expected column is available
159
  if INTERVENTION_COLUMN not in df.columns:
160
- st.error(f"Expected column '{INTERVENTION_COLUMN}' not found.")
161
  return
162
 
163
  # Step 6: Clean up column names
 
157
 
158
  # Step 5: Ensure expected column is available
159
  if INTERVENTION_COLUMN not in df.columns:
160
+ st.error(f"Expected column '{INTERVENTION_COLUMN}' not found.")
161
  return
162
 
163
  # Step 6: Clean up column names