model / app.py
ngoiThu0's picture
Update app.py
0377e80 verified
raw
history blame contribute delete
No virus
153 Bytes
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