xtlyxt commited on
Commit
be03b9c
·
verified ·
1 Parent(s): 706d425

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, 48) # 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):
 
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):