RuaZhou commited on
Commit
b1591fc
·
verified ·
1 Parent(s): 4eb030a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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."""