Spaces:
Sleeping
Sleeping
Update src/exp3-pilot.py
Browse files- src/exp3-pilot.py +1 -1
src/exp3-pilot.py
CHANGED
|
@@ -78,7 +78,7 @@ def upload_to_google_drive(response_df):
|
|
| 78 |
if not current_sheet_headers: # Only add if sheet is truly empty after potential clear
|
| 79 |
sheet.append_row(expected_headers)
|
| 80 |
# st.info("Added headers to the Google Sheet.")
|
| 81 |
-
elif current_sheet_headers != expected_headers:
|
| 82 |
# st.error("Existing sheet headers mismatch. Data will be appended, but columns might be misaligned.")
|
| 83 |
|
| 84 |
|
|
|
|
| 78 |
if not current_sheet_headers: # Only add if sheet is truly empty after potential clear
|
| 79 |
sheet.append_row(expected_headers)
|
| 80 |
# st.info("Added headers to the Google Sheet.")
|
| 81 |
+
# elif current_sheet_headers != expected_headers:
|
| 82 |
# st.error("Existing sheet headers mismatch. Data will be appended, but columns might be misaligned.")
|
| 83 |
|
| 84 |
|