A streamlist component that allows you to have a liist with loading status
Project description
streamlit-list-with-loader
A streamlist component that allows you to have a liist with loading status
Installation instructions
pip install streamlit-list-with-loader
Usage instructions
import streamlit as st
from streamlit_list_with_loader import streamlit_list_with_loader
data = [
{ "name": "file_1.txt", "status": "failed" },
{ "name": "file_2.txt", "status": "loading" },
{ "name": "file_3.txt", "status": "loading" },
]
for item in data:
streamlit_list_with_loader(data=data)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file streamlit_list_with_loader-0.1.1.tar.gz.
File metadata
- Download URL: streamlit_list_with_loader-0.1.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f2694d667ff6a4318be2b5304e5d83c037a05a889140469d6db240fbb9cd1ae
|
|
| MD5 |
85d7e913376d497548b88746c3396499
|
|
| BLAKE2b-256 |
66e088596287a7b5d35c7cb312b2bc1e9e920500254bffc0198e89e7548d198c
|
File details
Details for the file streamlit_list_with_loader-0.1.1-py3-none-any.whl.
File metadata
- Download URL: streamlit_list_with_loader-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bae09f796a59e7b50a1719fc81c465ba61d001de381fcb73252363f3b8e847f
|
|
| MD5 |
6d64cd9b8fd26693de2b5865ee686805
|
|
| BLAKE2b-256 |
54e9bfd1f323949421683845d83f30b1a181f8b591e942c884a79ed4d11cdff6
|