CLICK commited on
Commit
f8d5588
·
verified ·
1 Parent(s): 7062ecc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -204,10 +204,10 @@ def main():
204
  'name_has_digits': int(bool(re.search(r'\d', name))),
205
  'description_length': len(description),
206
  'has_location': int(bool(location.strip())),
207
- 'has_url': int(has_url),
208
  'default_profile': int(default_profile),
209
  'default_profile_image': int(default_profile_image),
210
- 'has_extended_profile': int(has_extended_profile)
211
  }])
212
 
213
  # Make prediction
 
204
  'name_has_digits': int(bool(re.search(r'\d', name))),
205
  'description_length': len(description),
206
  'has_location': int(bool(location.strip())),
207
+ # 'has_url': int(has_url),
208
  'default_profile': int(default_profile),
209
  'default_profile_image': int(default_profile_image),
210
+ # 'has_extended_profile': int(has_extended_profile)
211
  }])
212
 
213
  # Make prediction