Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def main():
|
|
41 |
"sc_h": [sc_h],
|
42 |
"sc_w": [sc_w],
|
43 |
"touch_screen": [touch_screen],
|
44 |
-
"wifi": [wifi]}))
|
45 |
if result == 0:
|
46 |
result = 'low cost'
|
47 |
elif result == 1:
|
|
|
41 |
"sc_h": [sc_h],
|
42 |
"sc_w": [sc_w],
|
43 |
"touch_screen": [touch_screen],
|
44 |
+
"wifi": [wifi]}))
|
45 |
if result == 0:
|
46 |
result = 'low cost'
|
47 |
elif result == 1:
|