Dhanush7080 commited on
Commit
1a65580
·
verified ·
1 Parent(s): 16b6d15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -106,8 +106,8 @@ def dispatch_tool_calls(tool_calls):
106
 
107
  # --- Load Profile and Summary Data ---
108
  project_root = Path.cwd().parent
109
- profile_path = project_root / "Resources" / "Profile-1.pdf"
110
- summary_path = project_root / "Resources" / "Summary.txt"
111
 
112
  prof_summary = "".join(
113
  page.extract_text() or "" for page in PdfReader(profile_path).pages
 
106
 
107
  # --- Load Profile and Summary Data ---
108
  project_root = Path.cwd().parent
109
+ profile_path = "Profile-1.pdf"
110
+ summary_path = "Summary.txt"
111
 
112
  prof_summary = "".join(
113
  page.extract_text() or "" for page in PdfReader(profile_path).pages