# 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)
Raw data
{
"_id": null,
"home_page": "",
"name": "streamlit-chat-animated",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "chat streamlit streamlit-component animated text",
"author": "Darin Manley",
"author_email": "darin.j.manley@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/1c/df/4aaecb4ed547af493fd97a2f10302e43cc36ef694ade7f82ab26797abc82/streamlit-chat-animated-0.0.3.3.tar.gz",
"platform": null,
"description": "# st-chat\n\nStreamlit Component, for a Animated Chat-bot UI similar to Chat-GPT UI\n\nauthors - [@Decoderzhub](https://github.com/decoderzhub) & [@yashppawar](https://github.com/yashppawar) & [@YashVardhan-AI](https://github.com/yashvardhan-ai)\n\n## Installation\n\nInstall `streamlit-chat-animated` with pip\n```bash\npip install streamlit-chat-animated\n```\n\nusage, import the `message` function from `streamlit_chat_animated`\n```py\nimport streamlit as st\nfrom streamlit_chat_animated import message\n\nmessage(\"My message\") \nmessage(\"Hello bot!\", is_user=True) # align's the message to the right\n```\n \n### Demo\n\n![chatbot-animated](https://user-images.githubusercontent.com/6371329/230217909-f1406a10-1023-4895-b1f1-9816bbb513b9.mov)\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "A streamlit component, to make chatbots with text",
"version": "0.0.3.3",
"split_keywords": [
"chat",
"streamlit",
"streamlit-component",
"animated",
"text"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1cdf4aaecb4ed547af493fd97a2f10302e43cc36ef694ade7f82ab26797abc82",
"md5": "750c6a34d9ff46e0cf9f379150f83928",
"sha256": "e7be414de743b098a1d8fd40afea30302acf92145f6e8af6ff45c839ecdcb06c"
},
"downloads": -1,
"filename": "streamlit-chat-animated-0.0.3.3.tar.gz",
"has_sig": false,
"md5_digest": "750c6a34d9ff46e0cf9f379150f83928",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 650731,
"upload_time": "2023-04-27T19:40:57",
"upload_time_iso_8601": "2023-04-27T19:40:57.362681Z",
"url": "https://files.pythonhosted.org/packages/1c/df/4aaecb4ed547af493fd97a2f10302e43cc36ef694ade7f82ab26797abc82/streamlit-chat-animated-0.0.3.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-27 19:40:57",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "streamlit-chat-animated"
}