tommy24 commited on
Commit
ad6a137
·
1 Parent(s): 2ec04b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -825,8 +825,8 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
825
  return result_text
826
  except:
827
  pass
828
- else:
829
- return "Answer: not found in the string."
830
  else:
831
  print("Error: Image data is not available.")
832
  return None
 
825
  return result_text
826
  except:
827
  pass
828
+ else:
829
+ return "Answer: not found in the string."
830
  else:
831
  print("Error: Image data is not available.")
832
  return None