qq1023 commited on
Commit
f51df89
·
1 Parent(s): c2e0344

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -205,7 +205,7 @@ def process_and_output_files(input_files):
205
  "File Name": file.name,
206
  "Extracted Text": text,
207
  "Category": category,
208
- # "Chatbot Response": chatbot_response[0][1], # Access the first element as a list
209
  "Parsed Information": parsed_info,
210
  })
211
 
 
205
  "File Name": file.name,
206
  "Extracted Text": text,
207
  "Category": category,
208
+ "Chatbot Response": chatbot_response, # Access the first element as a list
209
  "Parsed Information": parsed_info,
210
  })
211