Spaces:
Sleeping
Sleeping
Commit
·
f53654a
1
Parent(s):
e1c3d93
Update app.py
Browse files
app.py
CHANGED
@@ -118,9 +118,9 @@ else:
|
|
118 |
|
119 |
|
120 |
|
121 |
-
results=results[['Address Input', 'Address', 'Website','Square Footage', 'Beds', 'Baths', 'Year Built',
|
122 |
-
|
123 |
-
|
124 |
|
125 |
if return_sq=='Yes':
|
126 |
results=results.query("`Square Footage`==`Square Footage`").reset_index(drop=1)
|
|
|
118 |
|
119 |
|
120 |
|
121 |
+
# results=results[['Address Input', 'Address', 'Website','Square Footage', 'Beds', 'Baths', 'Year Built',
|
122 |
+
# 'Link', 'Description',
|
123 |
+
# ]]
|
124 |
|
125 |
if return_sq=='Yes':
|
126 |
results=results.query("`Square Footage`==`Square Footage`").reset_index(drop=1)
|