A streamlit component, to make a UI for chat messages in Streamlit
Project description
Important note
This is a fork of st-chat that implements functionality to pass in URL links as an avatar, and adjusts some CSS properties of the Streamlit Chat component.
The fork is maintained by @yichern.
Credit goes to the authors @yashppawar & @YashVardhan-AI.
st-talk
Streamlit Component, for a Chat-bot UI, example app
Installation
Install streamlit-talk
with pip
pip install streamlit-talk
usage, import the message
function from streamlit_talk
import streamlit as st
from streamlit_talk import message
message("My message")
message("Hello bot!", is_user=True) # align's the message to the right
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-talk-0.1.9.tar.gz
(691.7 kB
view hashes)
Built Distribution
streamlit_talk-0.1.9-py3-none-any.whl
(699.7 kB
view hashes)
Close
Hashes for streamlit_talk-0.1.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c112c8a13c6b9f45452e332bf5fe5c7616595021fbfbaf0c21679bff3a2f0cb2 |
|
MD5 | 9eb129350c478b6b909fefc0fad898c3 |
|
BLAKE2b-256 | 943475cbb1bcf3ed979b7aa9387d2f87deebda755d3dd3957fedf197fa011643 |