heatingma commited on
Commit
32bbde8
1 Parent(s): b1b6c31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def handle(
26
  csv_path = os.path.join(SAVE_CSV_DIR, filename)
27
  data = pd.read_csv(csv_path)
28
  for idx in range(len(data) // 100):
29
- if idx <= 18:
30
  continue;
31
  begin_idx = idx * 100
32
  end_idx = idx * 100 + 100
 
26
  csv_path = os.path.join(SAVE_CSV_DIR, filename)
27
  data = pd.read_csv(csv_path)
28
  for idx in range(len(data) // 100):
29
+ if idx <= 27:
30
  continue;
31
  begin_idx = idx * 100
32
  end_idx = idx * 100 + 100