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