DawnC commited on
Commit
24018f0
·
verified ·
1 Parent(s): 27e39d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -441,7 +441,7 @@ def format_description_html(description, breed):
441
 
442
 
443
  def go_back(state):
444
- buttons = state.get("buttons", [])
445
  return (
446
  state["html_output"],
447
  state["image"],
 
441
 
442
 
443
  def go_back(state):
444
+ #buttons = state.get("buttons", [])
445
  return (
446
  state["html_output"],
447
  state["image"],