You are browsing as a guest. Sign up (or log in) to start making projects!

43m 17s logged

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.

0
3

Comments 0

No comments yet. Be the first!