# st-chat **Repository Path**: hiwinmax/st-chat ## Basic Information - **Project Name**: st-chat - **Description**: st-chat Streamlit Component, for a Chat-bot UI, example app authors - @yashppawar & @YashVardhan-AI - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-15 - **Last Updated**: 2023-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # st-chat Streamlit Component, for a Chat-bot UI, [example app](https://share.streamlit.io/ai-yash/st-chat/main/examples/chatbot.py) authors - [@yashppawar](https://github.com/yashppawar) & [@YashVardhan-AI](https://github.com/yashvardhan-ai) ## Installation Install `streamlit-chat` with pip ```bash pip install streamlit-chat ``` usage, import the `message` function from `streamlit_chat` ```py 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 ``` ### Screenshot ![chatbot-og](https://user-images.githubusercontent.com/90775147/210397700-5ab9e00d-a61b-4bc9-a34a-b5bd4454b084.png)