Lebossoti commited on
Commit
ff1f208
·
verified ·
1 Parent(s): 3daa32b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -504,14 +504,14 @@ with st.sidebar:
504
  [
505
  "Step 1: Upload & Process Raw Data",
506
  "Step 2: Add Website Links (CSV only)",
507
- "Step 3: Execute Next Processing Step (CSV only)",
508
  "Step 4: Process and Combine Team Info (CSV only)",
509
  "Step 5: Fetch LinkedIn URLs (CSV only)"
510
  ],
511
  index=[
512
  "Step 1: Upload & Process Raw Data",
513
  "Step 2: Add Website Links (CSV only)",
514
- "Step 3: Execute Next Processing Step (CSV only)",
515
  "Step 4: Process and Combine Team Info (CSV only)",
516
  "Step 5: Fetch LinkedIn URLs (CSV only)"
517
  ].index(st.session_state.start_step)
 
504
  [
505
  "Step 1: Upload & Process Raw Data",
506
  "Step 2: Add Website Links (CSV only)",
507
+ "Step 3: Extract Contact Info (CSV only)",
508
  "Step 4: Process and Combine Team Info (CSV only)",
509
  "Step 5: Fetch LinkedIn URLs (CSV only)"
510
  ],
511
  index=[
512
  "Step 1: Upload & Process Raw Data",
513
  "Step 2: Add Website Links (CSV only)",
514
+ "Step 3: Extract Contact Info (CSV only)",
515
  "Step 4: Process and Combine Team Info (CSV only)",
516
  "Step 5: Fetch LinkedIn URLs (CSV only)"
517
  ].index(st.session_state.start_step)