Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -627,7 +627,7 @@ elif st.session_state.start_step == "Step 3: Extract Contact Info (CSV only)":
|
|
| 627 |
mime='text/csv'
|
| 628 |
)
|
| 629 |
|
| 630 |
-
|
| 631 |
raise RerunException(RerunData())
|
| 632 |
|
| 633 |
# Step 4: Process and Combine Team Info
|
|
|
|
| 627 |
mime='text/csv'
|
| 628 |
)
|
| 629 |
|
| 630 |
+
st.session_state.start_step = "Step 4: Process and Combine Team Info (CSV only)"
|
| 631 |
raise RerunException(RerunData())
|
| 632 |
|
| 633 |
# Step 4: Process and Combine Team Info
|