veghdev commited on
Commit
dc22d3c
1 Parent(s): 9c65f5c

Update ipyvizzustory_demo.ipynb

Browse files
Files changed (1) hide show
  1. ipyvizzustory_demo.ipynb +2 -2
ipyvizzustory_demo.ipynb CHANGED
@@ -76,9 +76,9 @@
76
  "\n",
77
  "html = story.to_html()\n",
78
  "\n",
79
- "if \"animation\" in selected:\n",
80
  " story.play()\n",
81
- "if \"code\" in selected:\n",
82
  " display_html(html)"
83
  ]
84
  }
 
76
  "\n",
77
  "html = story.to_html()\n",
78
  "\n",
79
+ "if \"animation\" in selected.value:\n",
80
  " story.play()\n",
81
+ "if \"code\" in selected.value:\n",
82
  " display_html(html)"
83
  ]
84
  }