DawnC commited on
Commit
bd8684f
·
1 Parent(s): baeae81

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"],