GattoNero commited on
Commit
80942de
·
verified ·
1 Parent(s): d4e5999

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ class BasicAgent:
149
 
150
  elif file_info.endswith(".xlsx"):
151
  print_coso("Excel file detected")
152
- excel_text = self._load_excel_as_text(file_info)
153
  print_coso(f"Excel before prompt: {excel_text}")
154
  prompt = (
155
  "The following is the text extracted from an Excel spreadsheet.\n"
 
149
 
150
  elif file_info.endswith(".xlsx"):
151
  print_coso("Excel file detected")
152
+ excel_text = _load_excel_as_text(file_info)
153
  print_coso(f"Excel before prompt: {excel_text}")
154
  prompt = (
155
  "The following is the text extracted from an Excel spreadsheet.\n"