Skip to content

sebastiandres/streamlit_slides

Repository files navigation

README

You want to use streamlit to present slides? Search no more.

Animated gif of the demo

Using it

Just follow these steps:

  • Install:
pip install streamlit-slides
  • Import it on your main file
import streamlit-slides as ss
ss.set_slide_config() # Same properties as st.set_page_config()
  • Put all your streamlit files in a slides/ folder

  • Run as usual

streamlit run my_slide_example.py

The code

Interested on how it works? Want to contribute? Go to https://github.com/sebastiandres/streamlit_slides

Examples

Bugs?

Known bugs

  • Cannot use st.echo

Unknown bugs

File an issue at the repo: https://github.com/sebastiandres/streamlit_slides/issues

About

Slideshow in streamlit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published