--- id: streamlit-feedback version: "0.1.4" license: unclear license_treatment: permissive maintenance: dormant --- # streamlit-feedback — Streamlit component that allows you to collect user feedback in your apps License: permissive · Maintenance: dormant · Downloads: 103.1K/mo ## What it is and what it does streamlit-feedback is a Streamlit component that embeds a feedback widget into your app UI. It presents users with a choice of feedback types—thumbs (up/down) or emoji faces (happiness scale)—and optionally collects accompanying text comments. The component returns the user's response as a dictionary containing the feedback type, score, and any text entered. The widget is designed for quick integration into Streamlit dashboards and data apps where you want to gather user sentiment or satisfaction signals. It depends only on Streamlit itself, making installation straightforward. Note that Streamlit's architecture means the component triggers a page reload when feedback is submitted, so any callback you provide via on_submit will run on the subsequent rerun when your app code reaches the streamlit_feedback() call again. Use it for: - Collect thumbs-up/down ratings on AI model outputs or search results in a Streamlit dashboard. - Gather emoji-based satisfaction feedback on data visualizations or reports without requiring users to leave the app. - Add optional text explanations to feedback (e.g., 'why did you rate this negatively?') for post-hoc analysis. - Save feedback responses to a database via an on_submit callback for later review and improvement iteration. - A/B test different features or outputs by collecting user preference signals alongside your app's main functionality. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Adds a user feedback widget to Streamlit apps that collects ratings (thumbs or emoji faces) and optional text comments, returning the response as a dict. Yes, if you need a lightweight feedback widget in a Streamlit app and can accept dormant maintenance. The package is narrow in scope, has no vulnerabilities, and low install friction. However, be aware that no active development or bug fixes are happening—verify compatibility with your Streamlit version before relying on it in production, and consider it a stable-but-unsupported tool. ## Install pip install streamlit-feedback uv add streamlit-feedback poetry add streamlit-feedback ## Installing streamlit-feedback Before you install: Low friction: pure Python wheel with only streamlit as a runtime dependency. Maintenance is dormant—last release was 578 days ago—so expect no active bug fixes or updates, though the package remains functional for its narrow scope. License in practice: MIT license (permissive) means you can use, modify, and distribute this package freely with minimal restrictions, requiring only attribution. Quickstart: pip install streamlit-feedback from streamlit_feedback import streamlit_feedback feedback = streamlit_feedback(feedback_type="thumbs") feedback Requires Streamlit to be installed and running; the component triggers a page reload on submission, so on_submit callbacks execute on the rerun when the app reaches the streamlit_feedback() call again. Verify before relying: - Whether the component works reliably with current Streamlit versions given the 578-day gap since last release. - Whether browser compatibility or frontend dependencies have changed since the last release. ## Package facts - License: not declared (permissive) - Python support: supports_current - Install friction: low - Maintenance: dormant - Downloads: 103.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags streamlit feedback widget, collect user ratings in streamlit, thumbs up down component, emoji feedback component, streamlit user survey, streamlit app feedback collection, streamlit sentiment widget, streamlit-component, user-feedback, ui-widget [View on SkillFed](https://skillfed.io/packages/streamlit-feedback) · [View on PyPI](https://pypi.org/project/streamlit-feedback/)