Spacing component for Streamlit
Project description
Streamlit Space
Add blank lines to your Streamlit app.
Installation
pip install streamlit-space
Quickstart
import streamlit as st
from streamlit_space import space
st.title('Streamlit Space')
space()
License
Streamlit Space has an MIT license, as found in the LICENSE file.
Documentation
streamlit_space.space
streamlit_space.space(container=None, lines=1)
Add blank lines to Streamlit app.
Parameters:
- container (any, optional): The Streamlit container. Defaults to
None
. - lines (int, optional): The number of blank lines to be added. Defaults to
1
.
Contribution
Changelog
Version 0.1.0:
- Made spacing component functional
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
streamlit_space-0.1.5.tar.gz
(2.8 kB
view hashes)
Built Distribution
Close
Hashes for streamlit_space-0.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50084816cd3682049e9f540dfdc58935711552bc387ae7c656f36d5271d958d3 |
|
MD5 | 3141c465d871e61fb3bcfc35243275f9 |
|
BLAKE2b-256 | de75080d47219df032c8c6e1d2effaef7e038b23fd4beb15ca95859a4d2dd15c |