user-agent
commited on
Update app.py
Browse files
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 |
|