Qilex commited on
Commit
fed5103
1 Parent(s): f36568f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def remove_colored_pips(text):
49
  def preprocess_text(text):
50
  return remove_colored_pips(text)
51
 
52
- def categorize(card):
53
  text = preprocess_text(card)
54
  prediction = predict(text)
55
  print(prediction)
 
49
  def preprocess_text(text):
50
  return remove_colored_pips(text)
51
 
52
+ def categorize(Card):
53
  text = preprocess_text(card)
54
  prediction = predict(text)
55
  print(prediction)