Skip to content
forked from AI-Yash/st-chat

Streamlit Component, for a Chatbot UI

License

Notifications You must be signed in to change notification settings

yichern/st-chat

 
 

Repository files navigation

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

About

Streamlit Component, for a Chatbot UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 46.1%
  • TypeScript 25.9%
  • HTML 16.5%
  • JavaScript 9.6%
  • CSS 1.9%