Skip to content

onjas-buidl/st-chat

Repository files navigation

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

About

Streamlit Component, for a Chatbot UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 34.5%
  • Python 27.8%
  • TypeScript 14.9%
  • HTML 12.6%
  • CSS 10.2%