streamlit-chat-foto


Namestreamlit-chat-foto JSON
Version 0.0.2.7 PyPI version JSON
download
home_pagehttps://github.com/Justin-KM/st-chat
SummaryA streamlit component, to make chatbots
upload_time2023-06-16 02:24:45
maintainer
docs_urlNone
authorYash Pravin Pawar, Yash Vardhan Kapil
requires_python>=3.8
license
keywords chat streamlit streamlit-component
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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-foto` with pip
```bash
pip install streamlit-chat-foto 
```

usage, import the `message` function from `streamlit_chat_foto`
```py
import streamlit as st
from streamlit_chat_foto 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)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Justin-KM/st-chat",
    "name": "streamlit-chat-foto",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "chat streamlit streamlit-component",
    "author": "Yash Pravin Pawar, Yash Vardhan Kapil",
    "author_email": "yashpawarp@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/25/f4/3146301df81e5912f5eba7604eaabba16ae4438722ca17eed406a5afab20/streamlit-chat-foto-0.0.2.7.tar.gz",
    "platform": null,
    "description": "# st-chat\r\n\r\nStreamlit Component, for a Chat-bot UI, [example app](https://share.streamlit.io/ai-yash/st-chat/main/examples/chatbot.py)\r\n\r\nauthors - [@yashppawar](https://github.com/yashppawar) & [@YashVardhan-AI](https://github.com/yashvardhan-ai)\r\n\r\n## Installation\r\n\r\nInstall `streamlit-chat-foto` with pip\r\n```bash\r\npip install streamlit-chat-foto \r\n```\r\n\r\nusage, import the `message` function from `streamlit_chat_foto`\r\n```py\r\nimport streamlit as st\r\nfrom streamlit_chat_foto import message\r\n\r\nmessage(\"My message\") \r\nmessage(\"Hello bot!\", is_user=True)  # align's the message to the right\r\n```\r\n   \r\n### Screenshot\r\n\r\n![chatbot-og](https://user-images.githubusercontent.com/90775147/210397700-5ab9e00d-a61b-4bc9-a34a-b5bd4454b084.png)\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A streamlit component, to make chatbots",
    "version": "0.0.2.7",
    "project_urls": {
        "Homepage": "https://github.com/Justin-KM/st-chat"
    },
    "split_keywords": [
        "chat",
        "streamlit",
        "streamlit-component"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25f43146301df81e5912f5eba7604eaabba16ae4438722ca17eed406a5afab20",
                "md5": "ed6b00ca661af2c20bed631f7db98180",
                "sha256": "263edb7ad300813fbef0249be5db6bdd6627c9d88e837518cb3235fa27f85763"
            },
            "downloads": -1,
            "filename": "streamlit-chat-foto-0.0.2.7.tar.gz",
            "has_sig": false,
            "md5_digest": "ed6b00ca661af2c20bed631f7db98180",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 648260,
            "upload_time": "2023-06-16T02:24:45",
            "upload_time_iso_8601": "2023-06-16T02:24:45.868819Z",
            "url": "https://files.pythonhosted.org/packages/25/f4/3146301df81e5912f5eba7604eaabba16ae4438722ca17eed406a5afab20/streamlit-chat-foto-0.0.2.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-16 02:24:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Justin-KM",
    "github_project": "st-chat",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "streamlit-chat-foto"
}
        
Elapsed time: 0.07790s