whitphx's picture
whitphx HF staff
Copy sample files from streamlit/docs/python/api-examples-source/* (4e54057)
9c1ffe9
raw
history blame contribute delete
No virus
142 Bytes
import numpy as np
import streamlit as st
with st.chat_message("user"):
st.write("Hello πŸ‘‹")
st.line_chart(np.random.randn(30, 3))