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.9.tar.gz
(630.5 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.9.tar.gz.
File metadata
- Download URL: streamlit-feedback-0.0.9.tar.gz
- Upload date:
- Size: 630.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
954497fd73b9bc535ac7527052d9cfdc1c91dff03aba4e49d242949a65ff6221
|
|
| MD5 |
02c889df68cfb6eba1ff0b95580be4fc
|
|
| BLAKE2b-256 |
c3382c82362920f33ae9fbf258e3b0e52e5ea44c6a427a43eea2a9598e76fa3f
|
File details
Details for the file streamlit_feedback-0.0.9-py3-none-any.whl.
File metadata
- Download URL: streamlit_feedback-0.0.9-py3-none-any.whl
- Upload date:
- Size: 3.7 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 |
53558a82fb01837ffb7b14e4f0a60e730851ddab9ff491b148f61bcb926905e1
|
|
| MD5 |
1e9e10d158bd017336b5e243e1f78e38
|
|
| BLAKE2b-256 |
b71fa21f07ceb746151ab5f544bf127c97a25df48fae630b23324d14fb96707a
|