mattritchey commited on
Commit
e70164b
·
1 Parent(s): 7e5b631

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -99,11 +99,10 @@ else:
99
 
100
  total_input_shape=results.shape[0]
101
 
102
- cols_order_set=['Address Input', 'sqFtFinished', 'totalSqFt', 'yearBuilt', 'propertyTypeName', 'beds', 'baths', 'numStories',
 
103
  'url',
104
  'Lat', 'Lon']
105
-
106
- cols_order = list(set(cols_order_set).union(set(results.columns)))
107
  cols_other=[i for i in results.columns if i not in cols_order ]
108
 
109
  try:
 
99
 
100
  total_input_shape=results.shape[0]
101
 
102
+
103
+ cols_order=['Address Input', 'sqFtFinished', 'totalSqFt', 'yearBuilt', 'propertyTypeName', 'beds', 'baths', 'numStories',
104
  'url',
105
  'Lat', 'Lon']
 
 
106
  cols_other=[i for i in results.columns if i not in cols_order ]
107
 
108
  try: