tommy24 commited on
Commit
49c6ab9
·
1 Parent(s): 8074918

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -536,7 +536,8 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
536
  if get_image.status_code == 200:
537
  image_data = get_image.content
538
  elif platform == "web":
539
- print("WEB")
 
540
  else:
541
  pass
542
 
 
536
  if get_image.status_code == 200:
537
  image_data = get_image.content
538
  elif platform == "web":
539
+ # print("WEB")
540
+ return "WEB"
541
  else:
542
  pass
543