Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 901 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 901 Bytes

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