{"library":"streamlit-chat","title":"Streamlit Chat","type":"library","description":"A Streamlit component for building chatbot UIs. Current version 0.1.1, requires Python >=3.6. The package provides a simple message display component with avatar support, but is in early maintenance mode with no recent updates.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install streamlit-chat"],"cli":null},"imports":["from streamlit_chat import message"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/AI-Yash/st-chat","docs":null,"changelog":null,"pypi":"https://pypi.org/project/streamlit-chat/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"import streamlit as st\nfrom streamlit_chat import message\n\nmessage(\"Hello, I am a chatbot!\", key=\"chat1\")\nmessage(\"Hi there!\", is_user=True, key=\"chat2\")","lang":"python","description":"Minimal example displaying two chat messages (bot and user).","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}