Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
avrabyt authored Oct 14, 2022
1 parent d0677e2 commit 54a8dbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@
with st.container():
st.button("Animate")
vizzu_plot(anim_obj2)


with open(f'README.md', 'r') as f:
st.markdown(f.read(),unsafe_allow_html=True)

0 comments on commit 54a8dbe

Please sign in to comment.