heymenn commited on
Commit
86f4fe2
·
verified ·
1 Parent(s): 2625899

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -528,7 +528,7 @@ def process_problem(problem_description):
528
 
529
  # 5. Combine Outputs for Gradio
530
  final_output = (
531
- f"## Analysis Results for: \"{problem_description[:150]}...\"\n\n"
532
  f"{category_output}\n\n"
533
  f"{tech_output}"
534
  # Only show pairs if they were found
 
528
 
529
  # 5. Combine Outputs for Gradio
530
  final_output = (
531
+ f"## Analysis Results for: {problem_description[:150]}\n\n"
532
  f"{category_output}\n\n"
533
  f"{tech_output}"
534
  # Only show pairs if they were found