Jonas Bechthold commited on
Commit
09fde4e
·
1 Parent(s): b4424b4

number format

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -32,11 +32,11 @@ def get_user_input():
32
  input_dict = {
33
  "latitude": 40.7128,
34
  "longitude": -74.006,
35
- "minimum_nights": 3,
36
- "number_of_reviews": 5,
37
- "reviews_per_month": 1,
38
- "calculated_host_listings_count": 1,
39
- "availability_365": 365,
40
  "neighbourhood_group": "Manhattan",
41
  "neighbourhood": "Financial District",
42
  "room_type": "Entire home/apt"
 
32
  input_dict = {
33
  "latitude": 40.7128,
34
  "longitude": -74.006,
35
+ "minimum_nights": 3.0,
36
+ "number_of_reviews": 5.0,
37
+ "reviews_per_month": 1.0,
38
+ "calculated_host_listings_count": 1.0,
39
+ "availability_365": 365.0,
40
  "neighbourhood_group": "Manhattan",
41
  "neighbourhood": "Financial District",
42
  "room_type": "Entire home/apt"