user-agent
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def shot(input, category):
|
|
26 |
"colors":{
|
27 |
"main":mainColour,
|
28 |
"sub":subColour,
|
29 |
-
"score":round(score*100,2)
|
30 |
}
|
31 |
}
|
32 |
|
|
|
26 |
"colors":{
|
27 |
"main":mainColour,
|
28 |
"sub":subColour,
|
29 |
+
# "score":round(score*100,2)
|
30 |
}
|
31 |
}
|
32 |
|