user-agent commited on
Commit
f76b2b8
·
verified ·
1 Parent(s): 07fc81e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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