Skip to content

Commit

Permalink
Fix import.
Browse files Browse the repository at this point in the history
  • Loading branch information
hreikin committed Mar 13, 2023
1 parent c75eb22 commit a8469b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/streamlit_uploads_library/gallery.py
@@ -1,5 +1,5 @@
import streamlit as st
from src.streamlit_uploads_library.library import Library
from streamlit_uploads_library.library import Library

class Gallery(Library):
"""Create a simple gallery out of streamlit widgets.
Expand Down

0 comments on commit a8469b8

Please sign in to comment.