Streamlit component that allows you to collect user feedback in your apps
Project description
streamlit-feedback
Streamlit component that allows you to collect user feedback in your apps.
Install
pip install streamlit-feedback
Usage
For a full example integrated in a chatbot, scroll down to the bottom of this script.
Or here are some examples:
from streamlit_feedback import streamlit_feedback
feedback = streamlit_feedback(feedback_type="thumbs")
feedback
from streamlit_feedback import streamlit_feedback
feedback = streamlit_feedback(
feedback_type="thumbs",
optional_text_label="[Optional] Please provide an explanation",
)
feedback
from streamlit_feedback import streamlit_feedback
feedback = streamlit_feedback(feedback_type="faces")
feedback
from streamlit_feedback import streamlit_feedback
feedback = streamlit_feedback(
feedback_type="faces",
optional_text_label="[Optional] Please provide an explanation",
)
feedback
from streamlit_feedback import streamlit_feedback
feedback = streamlit_feedback(feedback_type="thumbs", align="flex-start")
feedback
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
streamlit-feedback-0.0.6.tar.gz
(630.1 kB
view details)
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-feedback-0.0.6.tar.gz.
File metadata
- Download URL: streamlit-feedback-0.0.6.tar.gz
- Upload date:
- Size: 630.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22a3bf7b69c52a6201297bc2791d5bc2a6a6fd543ed0c133e0be2c39e54e46b3
|
|
| MD5 |
64dc3ddb1674c5a8de3f7448bdeebbf1
|
|
| BLAKE2b-256 |
42845f503024a723f564b6241fd312af43dbec2c800a9451b1a83af6d84fa01d
|
File details
Details for the file streamlit_feedback-0.0.6-py3-none-any.whl.
File metadata
- Download URL: streamlit_feedback-0.0.6-py3-none-any.whl
- Upload date:
- Size: 2.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
972c043b7bc95593ffda19ebfd05c4593004d83ab7e17f2897b1fb21d9fef2d9
|
|
| MD5 |
e616a4241a58107d9a13c6e06f9215ae
|
|
| BLAKE2b-256 |
fac61fd03e3993e3bcc3a00b8d9771ab43f8764359858a4e93eb6aca49502997
|