Skip to content

Commit

Permalink
tweak title
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Mar 4, 2024
1 parent 6c9dfdf commit 7e191fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Streamfy — Bulma for Streamlit
# Streamfy — Buefy for Streamlit

Modern frontend components based on [Bulma](https://bulma.io/) and [Buefy](https://buefy.org/) for [Streamlit](https://streamlit.io/).

Expand Down
2 changes: 1 addition & 1 deletion examples/all.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import streamlit as st
import streamfy as sy

st.title("Streamfy — Bulma for Streamlit")
st.title("Streamfy — Buefy for Streamlit")
st.write("""
This gallery showcases modern controls implemented in https://github.com/hal9ai/streamfy
""")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="streamfy",
version="0.2.6",
version="0.2.7",
author="",
author_email="",
description="",
Expand Down

0 comments on commit 7e191fc

Please sign in to comment.