qq1023 commited on
Commit
1694688
·
1 Parent(s): e75cccb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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