DawnC commited on
Commit
c45bcfb
·
1 Parent(s): 9618fe4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -546,7 +546,7 @@ async def predict(image):
546
  button_id = f"Dog {i+1}: More about {breed}"
547
  buttons_html += f'<button class="breed-button" onclick="handle_button_click(\'{button_id}\')">{breed}</button>'
548
  buttons.append(button_id)
549
- buttons_html += '</div
550
  dogs_info += buttons_html # new
551
 
552
  else:
 
546
  button_id = f"Dog {i+1}: More about {breed}"
547
  buttons_html += f'<button class="breed-button" onclick="handle_button_click(\'{button_id}\')">{breed}</button>'
548
  buttons.append(button_id)
549
+ buttons_html += '</div>'
550
  dogs_info += buttons_html # new
551
 
552
  else: