togethercomputer/together-chat
forked from AI-Yash/st-chat
Captured source
source ↗GH
Source ↗published Jan 17, 2023seen 5dcaptured 10hhttp 200method plain
togethercomputer/together-chat
Description: Streamlit Component, for a Chatbot UI
License: MIT
Stars: 2
Forks: 0
Open issues: 14
Created: 2023-01-17T16:51:32Z
Pushed: 2024-06-18T02:53:02Z
Default branch: main
Fork: yes
Parent repository: AI-Yash/st-chat
Archived: no
README:
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