DawnC commited on
Commit
afa51ae
·
1 Parent(s): b9dd119

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -330,7 +330,7 @@ async def predict(image):
330
  else:
331
  dogs_info += "<p>The image is unclear or the breed is not in the dataset. Please upload a clearer image.</p>"
332
 
333
- dogs_info += '</div>' # 結束每個狗的資訊區塊
334
 
335
 
336
  buttons_html = ""
 
330
  else:
331
  dogs_info += "<p>The image is unclear or the breed is not in the dataset. Please upload a clearer image.</p>"
332
 
333
+ dogs_info += '</div>'
334
 
335
 
336
  buttons_html = ""