Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 =
|
| 110 |
-
summary_path =
|
| 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
|