DawnC commited on
Commit
f4ab048
·
1 Parent(s): 4be9e5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -550,7 +550,7 @@ async def predict(image):
550
  for breed in topk_breeds[:3]:
551
  button_id = f"Dog {i+1}: More about {breed}"
552
  html_output += f'<button class="breed-button" onclick="handle_button_click(\'{button_id}\')">{breed}</button>'
553
- buttons.append(button_id)
554
  html_output += '</div>'
555
 
556
  else:
 
550
  for breed in topk_breeds[:3]:
551
  button_id = f"Dog {i+1}: More about {breed}"
552
  html_output += f'<button class="breed-button" onclick="handle_button_click(\'{button_id}\')">{breed}</button>'
553
+ #buttons.append(button_id)
554
  html_output += '</div>'
555
 
556
  else: