GattoNero commited on
Commit
0b29908
·
verified ·
1 Parent(s): 28b4fdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ class BasicAgent:
167
  excel_text = _load_excel_as_text(file_info)
168
  print_coso(f"Excel before prompt: {excel_text}")
169
  prompt = (
170
- "The following is the text extracted from an Excel spreadsheet, the symbol `|` is used to separate each column, and every row of the text represents a raw of the table. \n"
171
  "Please use it to answer the question that follows:\n\n"
172
  f"{excel_text}\n\n"
173
  f"Question: {question}\n"
 
167
  excel_text = _load_excel_as_text(file_info)
168
  print_coso(f"Excel before prompt: {excel_text}")
169
  prompt = (
170
+ "The following is the text extracted from an Excel spreadsheet, the symbol `|` is used to separate each column. \n"
171
  "Please use it to answer the question that follows:\n\n"
172
  f"{excel_text}\n\n"
173
  f"Question: {question}\n"