Skip to main content

Tags custom component for Streamlit

Project description

Streamlit-tags

A custom component to have Tags in Streamlit. image

Please star the repo and share the usage if you liked it.

Try out a demo here: Streamlit App

Check out docs here:

Install

pip install streamlit-tags

The installation can also be found on PyPi

Usage

This library has one main function to display and use tags:

  • st_tags to display the tags feature

Check the examples/ folder of the project for a more through quick start.

Definition

def st_tags(label: str,
            text: str,
            value: list,
            key=None) -> list
  '''

    :param label: (Str) Label of the Function
    :param text: (Str) Instructions for entry
    :param value: (List) Initial Value
    :param key: (Str)
        An optional string to use as the unique key for the widget.
        Assign a key so the component is not remount every time the script is rerun.
    :return: (List) Tags
    '''

Example Usage

import streamlit as st
from streamlit_tags import st_tags

keywords = st_tags('Enter Keyword:', 'Press enter to add more', ['One', 'Two', 'Three'])

st.write(keywords)

image

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_tags-1.0.5.tar.gz (550.4 kB view details)

Uploaded Source

Built Distribution

streamlit_tags-1.0.5-py3-none-any.whl (1.1 MB view details)

Uploaded Python 3

File details

Details for the file streamlit_tags-1.0.5.tar.gz.

File metadata

  • Download URL: streamlit_tags-1.0.5.tar.gz
  • Upload date:
  • Size: 550.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0.post20210125 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9

File hashes

Hashes for streamlit_tags-1.0.5.tar.gz
Algorithm Hash digest
SHA256 0490481ea54cf2bffcfb81d44d6a09e90d34b1b292ab567c7de33797a9e08b98
MD5 5f520747b12a487b917c65f04ed1a23e
BLAKE2b-256 9d6e40e1c1414a61aba1c4f6b5e8b030d40cc4f6339c018e522f9234f87d6088

See more details on using hashes here.

File details

Details for the file streamlit_tags-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: streamlit_tags-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0.post20210125 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9

File hashes

Hashes for streamlit_tags-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 6bb37a1c357bc58e52f7e4238f156ed66d71d1194aed53f30b5f1f26f1818028
MD5 ecc87ada22292c104aeb1c4a18192067
BLAKE2b-256 fae8997532992aebc591a240b58f0673886e14467402bfdcdc597ffa611f57f7

See more details on using hashes here.

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