ploysuay commited on
Commit
1162387
1 Parent(s): 78468d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def main():
74
  "three_g": [Has_3G],
75
  "touch_screen": [Has_touch_screen],
76
  "wifi": [Has_wifi]}))
77
- result = if result[0] == 0:
78
  result = 'low cost'
79
  elif result[0] == 1:
80
  result = 'high cost'
 
74
  "three_g": [Has_3G],
75
  "touch_screen": [Has_touch_screen],
76
  "wifi": [Has_wifi]}))
77
+ if result[0] == 0:
78
  result = 'low cost'
79
  elif result[0] == 1:
80
  result = 'high cost'