user-agent commited on
Commit
6845b01
·
verified ·
1 Parent(s): aec4e67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def shot(input, category):
33
  "main":mainColour,
34
  "sub":subColour,
35
  "score":round(score*100,2)
36
- }
37
  "attributes":common_result
38
  }
39
 
 
33
  "main":mainColour,
34
  "sub":subColour,
35
  "score":round(score*100,2)
36
+ },
37
  "attributes":common_result
38
  }
39