All Projects → AI-Yash → st-chat

AI-Yash / st-chat

Licence: MIT license
Streamlit Component, for a Chatbot UI

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to st-chat

streamlit-ace
Ace editor component for Streamlit.
Stars: ✭ 130 (+64.56%)
Mutual labels:  streamlit-component
streamlit-observable
Embed Observable notebooks into Streamlit apps!
Stars: ✭ 50 (-36.71%)
Mutual labels:  streamlit-component
streamlit-pandas-profiling
Pandas profiling component for Streamlit.
Stars: ✭ 135 (+70.89%)
Mutual labels:  streamlit-component

st-chat

Streamlit Component, for a Chat-bot UI, example app

authors - @yashppawar & @YashVardhan-AI

Installation

Install streamlit-chat with pip

pip install streamlit-chat 

usage, import the message function from streamlit_chat

import streamlit as st
from streamlit_chat import message

message("My message") 
message("Hello bot!", is_user=True)  # align's the message to the right
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].