Spaces:
Runtime error
Runtime error
Commit
·
a786f9b
1
Parent(s):
20c271f
pricefix
Browse files
app.py
CHANGED
@@ -254,12 +254,11 @@ def autoPred(df):
|
|
254 |
# Convert to a list
|
255 |
res = res.tolist()
|
256 |
|
257 |
-
|
258 |
print('________________________________')
|
259 |
print(res, type(res))
|
260 |
print('________________________________')
|
261 |
|
262 |
-
return
|
263 |
|
264 |
def isValidInput(streetName, number, sqm, rooms, monthlyFee, monthlyCost, floor, yearBuilt):
|
265 |
# Street name is a string, all other values are numbers
|
|
|
254 |
# Convert to a list
|
255 |
res = res.tolist()
|
256 |
|
|
|
257 |
print('________________________________')
|
258 |
print(res, type(res))
|
259 |
print('________________________________')
|
260 |
|
261 |
+
return res
|
262 |
|
263 |
def isValidInput(streetName, number, sqm, rooms, monthlyFee, monthlyCost, floor, yearBuilt):
|
264 |
# Street name is a string, all other values are numbers
|