Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -712,7 +712,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"),
|
|
712 |
orchestration_results_update = orchestration_output # Store raw results
|
713 |
|
714 |
# Format report for Tab 5
|
715 |
-
report_str = orchestration_output.get('
|
716 |
agentic_report_md_update = gr.update(value=format_report_to_markdown(report_str))
|
717 |
|
718 |
# Prepare KRs for Tab 6
|
|
|
712 |
orchestration_results_update = orchestration_output # Store raw results
|
713 |
|
714 |
# Format report for Tab 5
|
715 |
+
report_str = orchestration_output.get('comprehensive_analysis_report')
|
716 |
agentic_report_md_update = gr.update(value=format_report_to_markdown(report_str))
|
717 |
|
718 |
# Prepare KRs for Tab 6
|