lunarflu HF staff commited on
Commit
54bb0bc
1 Parent(s): 359de66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def update_google_sheet():
77
  set_with_dataframe(worksheet, global_df)
78
  worksheet.format(f"A1:A{len(global_df.index)}", {
79
  "numberFormat": {
80
- "type": TEXT,
81
  },
82
  })
83
  print({f"Google sheet {name} successfully updated! \n {global_df}"})
 
77
  set_with_dataframe(worksheet, global_df)
78
  worksheet.format(f"A1:A{len(global_df.index)}", {
79
  "numberFormat": {
80
+ "type": 'TEXT',
81
  },
82
  })
83
  print({f"Google sheet {name} successfully updated! \n {global_df}"})