felix commited on
Commit
4f75073
β€’
1 Parent(s): c132808
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ def display(x, y):
190
  with open(output_file_path, 'w') as file:
191
  file.write(subset_df.to_json(orient='records'))
192
 
193
- first_50_rows = subset_df.head(20)
194
  #print(first_50_rows.to_string())
195
  #json_data = first_50_rows.to_json(orient='records')
196
  #print(json_data) # Print JSON representation
 
190
  with open(output_file_path, 'w') as file:
191
  file.write(subset_df.to_json(orient='records'))
192
 
193
+ first_50_rows = subset_df.head(50)
194
  #print(first_50_rows.to_string())
195
  #json_data = first_50_rows.to_json(orient='records')
196
  #print(json_data) # Print JSON representation