Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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}"})
|