Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -324,8 +324,9 @@ Substract(a: int|float, b: int|float) -> float:
|
|
| 324 |
|
| 325 |
"""
|
| 326 |
|
| 327 |
-
file_info = ""
|
| 328 |
if state["input_file"]:
|
|
|
|
| 329 |
file_info = f"""\nIf the question refers to a file, it is available for download at this URL: {state['input_file']}.
|
| 330 |
Use the appropriate loader tool (e.g., excel_loader_tool for Excel files, pdf_loader_tool for PDFs) to download and process it automatically.
|
| 331 |
Do not ask the user to upload files."""
|
|
|
|
| 324 |
|
| 325 |
"""
|
| 326 |
|
| 327 |
+
file_info = ""
|
| 328 |
if state["input_file"]:
|
| 329 |
+
print(state["input_file"])
|
| 330 |
file_info = f"""\nIf the question refers to a file, it is available for download at this URL: {state['input_file']}.
|
| 331 |
Use the appropriate loader tool (e.g., excel_loader_tool for Excel files, pdf_loader_tool for PDFs) to download and process it automatically.
|
| 332 |
Do not ask the user to upload files."""
|