Skip to main content

Spacing component for Streamlit

Project description

Streamlit Space

Open in Streamlit GitHub PyPI

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: The Streamlit container. Defaults to None.
  • lines: 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.2.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

streamlit_space-0.1.2-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page