Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ import json
|
|
63 |
from oauth2client.service_account import ServiceAccountCredentials
|
64 |
import gspread
|
65 |
|
66 |
-
def
|
67 |
if not answer1.strip() or not answer2.strip():
|
68 |
return "⚠️ Please answer both questions before submitting."
|
69 |
|
|
|
63 |
from oauth2client.service_account import ServiceAccountCredentials
|
64 |
import gspread
|
65 |
|
66 |
+
def store_feedback_to_google_sheets(accession, answer1, answer2, contact=""):
|
67 |
if not answer1.strip() or not answer2.strip():
|
68 |
return "⚠️ Please answer both questions before submitting."
|
69 |
|