Streamlit Component, for a Chat-bot UI, example app
authors - @yashppawar & @YashVardhan-AI
Install streamlit-chat-foto
with pip
pip install streamlit-chat-foto
usage, import the message
function from streamlit_chat_foto
import streamlit as st
from streamlit_chat_foto import message
message("My message", logo = "[imageurl or filepath]")