Spaces:
Running
Running
Update app.py
Browse files
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
|
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"
|