Spaces:
Sleeping
Sleeping
where is the null
Browse files
app.py
CHANGED
@@ -108,6 +108,7 @@ def save_data(orig_user_email, constituent_email, labels, user_response):
|
|
108 |
(label,),
|
109 |
)
|
110 |
label_exists = db_cursor.fetchall()
|
|
|
111 |
if label_exists:
|
112 |
print("label exists")
|
113 |
db_cursor.execute(
|
|
|
108 |
(label,),
|
109 |
)
|
110 |
label_exists = db_cursor.fetchall()
|
111 |
+
print(label_exists)
|
112 |
if label_exists:
|
113 |
print("label exists")
|
114 |
db_cursor.execute(
|