Spaces:
Running
Running
CLICK
commited on
Update app.py
Browse files
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
|