awacke1 commited on
Commit
447a6d4
·
1 Parent(s): 8c0d479

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -45,5 +45,9 @@ dataset = [
45
  write_gif(dataset, 'rgbbgr.gif', fps=5)
46
  # or for just a still GIF
47
  write_gif(dataset[0], 'rgb.gif')
48
- st.markdown("![Alt Text]('rgb.gif')")
49
- st.markdown("![Alt Text]('rgbbgr.gif')")
 
 
 
 
 
45
  write_gif(dataset, 'rgbbgr.gif', fps=5)
46
  # or for just a still GIF
47
  write_gif(dataset[0], 'rgb.gif')
48
+ #st.markdown("![Alt Text]('rgb.gif')")
49
+ #st.markdown("![Alt Text]('rgbbgr.gif')")
50
+ HTML('rgb.gif'.to_jshtml())
51
+ st.pyplot('rgb.gif')
52
+ HTML('rgbbgr.gif'.to_jshtml())
53
+ st.pyplot('rgbbgr.gif')