Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,6 +63,8 @@ async def add_exp_hub(ctx):
|
|
| 63 |
column_values_3 = worksheet2.col_values(3)
|
| 64 |
|
| 65 |
for i, value in enumerate(column_values_7):
|
|
|
|
|
|
|
| 66 |
if not value:
|
| 67 |
print(f"cell empty, updating with likes")
|
| 68 |
hf_user_name = column_values_3[i]
|
|
|
|
| 63 |
column_values_3 = worksheet2.col_values(3)
|
| 64 |
|
| 65 |
for i, value in enumerate(column_values_7):
|
| 66 |
+
print(f"i: {i}")
|
| 67 |
+
print(f"value: {value}")
|
| 68 |
if not value:
|
| 69 |
print(f"cell empty, updating with likes")
|
| 70 |
hf_user_name = column_values_3[i]
|