Metadata-Version: 2.1
Name: streamlit-chat-animated
Version: 0.0.2.6
Summary: A streamlit component, to make chatbots with animated text
Home-page: UNKNOWN
Author: Yash Pravin Pawar, Yash Vardhan Kapil, Darin Manley
Author-email: darin.j.manley@gmail.com
License: UNKNOWN
Keywords: chat streamlit streamlit-component animated text
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# st-chat

Streamlit Component, for a Animated Chat-bot UI similar to Chat-GPT UI

authors - [@Decoderzhub](https://github.com/decoderzhub) & [@yashppawar](https://github.com/yashppawar) & [@YashVardhan-AI](https://github.com/yashvardhan-ai)

## Installation

Install `streamlit-chat-animated` with pip
```bash
pip install streamlit-chat-animated
```

usage, import the `message` function from `streamlit_chat_animated`
```py
import streamlit as st
from streamlit_chat_animated import message

message("My message") 
message("Hello bot!", is_user=True)  # align's the message to the right
```
   
### Demo

![chatbot-animated](https://user-images.githubusercontent.com/6371329/230217909-f1406a10-1023-4895-b1f1-9816bbb513b9.mov)


