freemt commited on
Commit
99dd882
·
1 Parent(s): 0792e1f

Update (dev) dl_csv

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def ml_fn(
104
  try:
105
  dl_csv = Path("aligned-blocks.csv")
106
  csv_str = df.to_csv(index=False)
107
- dl_csv.write_text(csv_str, encoding="utf8")
108
  ic("Saving df.to_csv to dl_csv...")
109
  except Exception as exc:
110
  logger.exception(exc)
 
104
  try:
105
  dl_csv = Path("aligned-blocks.csv")
106
  csv_str = df.to_csv(index=False)
107
+ # dl_csv.write_text(csv_str, encoding="utf8")
108
  ic("Saving df.to_csv to dl_csv...")
109
  except Exception as exc:
110
  logger.exception(exc)