Skip to content

Commit

Permalink
Replace missed name change.
Browse files Browse the repository at this point in the history
  • Loading branch information
hreikin committed Mar 7, 2023
1 parent 9fc3728 commit 0a8846e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,7 +18,7 @@ when instantiating the class.

```python
import streamlit as st
from streamlit_gallery import ImageGallery
from streamlit_simple_gallery import ImageGallery

st.set_page_config(page_title="Streamlit Simple Gallery", layout="wide")
gallery = ImageGallery(directory="assets")
Expand All @@ -28,7 +28,7 @@ To run the example application provided in the repository:

```bash
git clone https://github.com/hreikin/streamlit-simple-gallery
cd streamlit-gallery/example/
cd streamlit-simple-gallery/example/
python -m venv .venv
source .venv/bin/activate
pip install streamlit-simple-gallery
Expand Down

0 comments on commit 0a8846e

Please sign in to comment.