BK-AI commited on
Commit
6286028
1 Parent(s): d1d936a

small log change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ def textclassification(SubmittedText):
170
 
171
  # return chosenCategoryText & image for both predictions
172
  logging.info(
173
- f"Prediction Department: {chosenCategoryTexts[0]}\n\n, Prediction Amt: {chosenCategoryTexts[1]}"
174
  )
175
  return chosenCategoryTexts[0], images[0], chosenCategoryTexts[1], images[1]
176
 
 
170
 
171
  # return chosenCategoryText & image for both predictions
172
  logging.info(
173
+ f"Prediction Department: {chosenCategoryTexts[0]}\n\nPrediction Amt: {chosenCategoryTexts[1]}"
174
  )
175
  return chosenCategoryTexts[0], images[0], chosenCategoryTexts[1], images[1]
176