File size: 142 Bytes
9c1ffe9
 
 
 
 
 
1
2
3
4
5
6
7
import numpy as np
import streamlit as st

with st.chat_message("user"):
    st.write("Hello 👋")
    st.line_chart(np.random.randn(30, 3))