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.4.tar.gz
(2.7 kB
view hashes)
Built Distribution
Close
Hashes for streamlit_space-0.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a83d887084c4f08427140265722a1b393b5ea58512cef7c2e435e46643e07f51 |
|
MD5 | cc980d09f10ce149bf312dd0326e6180 |
|
BLAKE2b-256 | 7087191660f881c0c5ee4ce6a55fb8d719e40e8876b72d35cd86d43505a06e3d |