qq1023 commited on
Commit
73b5c15
·
1 Parent(s): 16932c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -211,7 +211,7 @@ def process_and_output_files(input_files):
211
  #parsed_info = parse(category, chatbot_response)
212
  chats=list(chatbot_response)
213
  # Append the relevant data for this file to the output_data list
214
- output_data.append({
215
  #"File Name": file.name,
216
  #"Extracted Text": text,
217
  #"Category": category,
 
211
  #parsed_info = parse(category, chatbot_response)
212
  chats=list(chatbot_response)
213
  # Append the relevant data for this file to the output_data list
214
+ data.append({
215
  #"File Name": file.name,
216
  #"Extracted Text": text,
217
  #"Category": category,