curiousgeorge1292 commited on
Commit
51581e7
·
verified ·
1 Parent(s): b9e57dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def fetch_user_details(email):
38
  "professional_title": row[2],
39
  "industry": row[3],
40
  "target_audience": row[4],
41
- "personal_background": row[5]
42
  "company_url": row[6]
43
  }
44
  return None
 
38
  "professional_title": row[2],
39
  "industry": row[3],
40
  "target_audience": row[4],
41
+ "personal_background": row[5],
42
  "company_url": row[6]
43
  }
44
  return None