julian-schelb commited on
Commit
625cdf2
·
verified ·
1 Parent(s): 151d5a3

Update config_stage.py

Browse files
Files changed (1) hide show
  1. 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 .results_stage import update_results_display
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(