GuglielmoTor commited on
Commit
3e26bda
·
verified ·
1 Parent(s): 77c5ba2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -258,7 +258,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"),
258
  )
259
  sync_event_part2.then(
260
  fn=run_agentic_pipeline_autonomously, # Generator function
261
- inputs=[token_state, orchestration_raw_results_st, selected_key_result_ids_st, key_results_for_selection_st]
262
  outputs=agentic_pipeline_outputs_list,
263
  show_progress="minimal"
264
  )
 
258
  )
259
  sync_event_part2.then(
260
  fn=run_agentic_pipeline_autonomously, # Generator function
261
+ inputs=[token_state, orchestration_raw_results_st, selected_key_result_ids_st, key_results_for_selection_st],
262
  outputs=agentic_pipeline_outputs_list,
263
  show_progress="minimal"
264
  )