Spaces:
Sleeping
Sleeping
Update config_stage.py
Browse files- config_stage.py +1 -1
config_stage.py
CHANGED
|
@@ -211,7 +211,7 @@ def setup_config_handlers(
|
|
| 211 |
walkthrough: The Walkthrough component for navigation
|
| 212 |
results_components: Components from results stage for updating
|
| 213 |
"""
|
| 214 |
-
from
|
| 215 |
|
| 216 |
# Back button: Step 2 → Step 1
|
| 217 |
components["back_btn"].click(
|
|
|
|
| 211 |
walkthrough: The Walkthrough component for navigation
|
| 212 |
results_components: Components from results stage for updating
|
| 213 |
"""
|
| 214 |
+
from results_stage import update_results_display
|
| 215 |
|
| 216 |
# Back button: Step 2 → Step 1
|
| 217 |
components["back_btn"].click(
|