Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ if st.button("Generate HeatMap & DataFrame"):
|
|
141 |
|
142 |
|
143 |
for row_num in range(len(df_emotions) + 1): # +1 to include the header row
|
144 |
-
worksheet.set_row(row_num,
|
145 |
|
146 |
# Iterate over the images and insert them into the 'Image View' column
|
147 |
for idx, image in enumerate(selected_images):
|
|
|
141 |
|
142 |
|
143 |
for row_num in range(len(df_emotions) + 1): # +1 to include the header row
|
144 |
+
worksheet.set_row(row_num, 52) # Set the row height to 38
|
145 |
|
146 |
# Iterate over the images and insert them into the 'Image View' column
|
147 |
for idx, image in enumerate(selected_images):
|