mattritchey commited on
Commit
f814f8d
·
verified ·
1 Parent(s): 0d37fd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -160,8 +160,8 @@ if uploaded_file == 'Just Top Results':
160
  results = results.query(f"`Google Search Result`==1")
161
 
162
  else:
163
- match_percent=int(match_percent)
164
- results = results.query(f"`Match Percent`>={match_percent}")
165
 
166
  if return_sq=='Yes':
167
  results=results.query("`Square Footage`==`Square Footage`").reset_index(drop=1)
 
160
  results = results.query(f"`Google Search Result`==1")
161
 
162
  else:
163
+ results = results.query(f"`Match Percent`>='{match_percent}'")
164
+
165
 
166
  if return_sq=='Yes':
167
  results=results.query("`Square Footage`==`Square Footage`").reset_index(drop=1)