EricGEGE commited on
Commit
ed235bf
·
verified ·
1 Parent(s): c5a57e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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 love to offer you a free recommendation of the best direct suppliers in China, tailored to your needs. Would that be helpful for you?'''
 
 
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