DawnC commited on
Commit
9f7a288
·
1 Parent(s): 7fd307b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -355,6 +355,7 @@ async def predict(image):
355
  .breed-button {{ margin-right: 10px; margin-bottom: 10px; padding: 5px 10px; background-color: #4CAF50; color: white; border: none; border-radius: 3px; cursor: pointer; }}
356
  </style>
357
  {dogs_info}
 
358
 
359
  """
360
 
 
355
  .breed-button {{ margin-right: 10px; margin-bottom: 10px; padding: 5px 10px; background-color: #4CAF50; color: white; border: none; border-radius: 3px; cursor: pointer; }}
356
  </style>
357
  {dogs_info}
358
+ {buttons_html}
359
 
360
  """
361