qq1023 commited on
Commit
ca89d74
·
1 Parent(s): ca95b50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,7 +216,7 @@ def process_and_output_files(input_files):
216
  "File Name": file.name,
217
  "Extracted Text": text,
218
  "Category": category,
219
- "Chatbot Response": chatbot_response # Access the first element as a list
220
  "Parsed Information": chatbot_response[i][1][1],
221
  })
222
 
 
216
  "File Name": file.name,
217
  "Extracted Text": text,
218
  "Category": category,
219
+ "Chatbot Response": chatbot_response, # Access the first element as a list
220
  "Parsed Information": chatbot_response[i][1][1],
221
  })
222