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