Skip to content

Commit

Permalink
Update streamlit_app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudmiribel authored Oct 5, 2024
1 parent 58583c4 commit ebb3b41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gallery/streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
@st.cache_resource
def show_extras():
extra_names = [
extra.name for extra in pkgutil.iter_modules(streamlit_extras.__path__)
extra.name
for extra in pkgutil.iter_modules(streamlit_extras.__path__)
if extra.ispkg
]

icon_row = row(10)
Expand Down

0 comments on commit ebb3b41

Please sign in to comment.