Today I started playing around with Streamlit.
I took a quick look at the formatting and did some research to get a basic understanding of how it works.
For now, I ran some local tests and eventually built this "little page" with it.
Here’s what I used:
st.text_input # For text input...
st.write # To write text
st.markdown # Renders Markdown formatting
st.image # To render an image; I even added a caption
Yeah, that was it.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.