diff --git a/README.md b/README.md index f57ee6b..b12587e 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,11 @@ To install the `streamlit-themes` package, simply use pip: pip install streamlit-themes ``` -## Basic Usage +## Demo -![](https://github.com/pgarrett-scripps/StreamlitThemes/demo.gif) +![Alt Text](demo.gif) +## Basic Usage Here's a basic example of how to use the `streamlit-themes` package: diff --git a/requirements.txt b/requirements.txt index 2b50c98..e0746f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -streamlit==1.35.0 \ No newline at end of file +streamlit==1.35.0 +streamlit-themes==0.1.0 \ No newline at end of file