Omnibus commited on
Commit
0171a9f
·
verified ·
1 Parent(s): bebf6ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ def make_animation():
124
  frame_one.save(filename, format="GIF", append_images=frames,
125
  save_all=True, duration=100, loop=0)
126
  html_out+=f'<div class="img_class"><img src="{filename}"></div>'
127
-
128
  return html_out
129
 
130
  def run():
 
124
  frame_one.save(filename, format="GIF", append_images=frames,
125
  save_all=True, duration=100, loop=0)
126
  html_out+=f'<div class="img_class"><img src="{filename}"></div>'
127
+ html_out+='</div>'
128
  return html_out
129
 
130
  def run():