Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -232,7 +232,7 @@ def process_and_output_files(input_files):
|
|
232 |
string_item = {key: str(value) for key, value in item.items()}
|
233 |
string_data.append(string_item)
|
234 |
|
235 |
-
return string_data
|
236 |
|
237 |
|
238 |
|
|
|
232 |
string_item = {key: str(value) for key, value in item.items()}
|
233 |
string_data.append(string_item)
|
234 |
|
235 |
+
return pd.DataFrame(string_data)
|
236 |
|
237 |
|
238 |
|