Update app.py
Browse files
app.py
CHANGED
|
@@ -185,5 +185,5 @@ if feedback and (user_name.strip() or user_id.strip() or text.strip()):
|
|
| 185 |
try:
|
| 186 |
save_to_google_sheet(feedback_data)
|
| 187 |
except Exception as e:
|
| 188 |
-
st.error(f
|
| 189 |
|
|
|
|
| 185 |
try:
|
| 186 |
save_to_google_sheet(feedback_data)
|
| 187 |
except Exception as e:
|
| 188 |
+
st.error(f'Error saving feedback to Google Sheets: {e}')
|
| 189 |
|