Skip to content

Commit

Permalink
Fix import.
Browse files Browse the repository at this point in the history
  • Loading branch information
hreikin committed Mar 7, 2023
1 parent 813fb51 commit 3b2155a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Home.py
@@ -1,5 +1,5 @@
import streamlit as st
from streamlit_simple_gallery import ImageGallery
from src.streamlit_simple_gallery import ImageGallery

# Configure page title, layout, menu items and links.
st.set_page_config(
Expand Down
2 changes: 1 addition & 1 deletion pages/Cached.py
@@ -1,5 +1,5 @@
import streamlit as st
from streamlit_simple_gallery import ImageGallery
from src.streamlit_simple_gallery import ImageGallery

# Configure page title, layout, menu items and links.
st.set_page_config(
Expand Down

0 comments on commit 3b2155a

Please sign in to comment.