Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,9 @@ def verify_username(username):
|
|
21 |
"""Verify if username exists in user form"""
|
22 |
scri= '''Hello, this is [Your Name] from YLsourcing. Does your company currently have any procurement plans?
|
23 |
|
24 |
-
We’d
|
|
|
|
|
25 |
try:
|
26 |
user_sheet = sheet.worksheet('Users')
|
27 |
usernames = user_sheet.col_values(2) # Assuming username is in column B
|
|
|
21 |
"""Verify if username exists in user form"""
|
22 |
scri= '''Hello, this is [Your Name] from YLsourcing. Does your company currently have any procurement plans?
|
23 |
|
24 |
+
We’d be happy to offer you free recommendations of the best direct suppliers in China, tailored to your needs.
|
25 |
+
|
26 |
+
What’s more, we’ll even pay you a bonus of 60 RMB for each inquiry we successfully match with a top supplier. Would you be open to exploring this opportunity?'''
|
27 |
try:
|
28 |
user_sheet = sheet.worksheet('Users')
|
29 |
usernames = user_sheet.col_values(2) # Assuming username is in column B
|