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.3.tar.gz
(2.7 kB
view hashes)
Built Distribution
Close
Hashes for streamlit_space-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ba79006ffccfb8947c6cbe5456061f10fe050dc317430e89d32410229b4310e |
|
MD5 | 62a337cb494ffeeb19c2608b2294c931 |
|
BLAKE2b-256 | e6655b9fdd3b9589f123bb0d1325004ca875e4cca2c4f2bc1feb19b5ae94f04d |