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