DEV Community

electric-otter
electric-otter

Posted on

How to code a title in streamlit

Open Your IDE

Create new project

For example in the code, type "import streamlit as st
st.title("Enter text")"

Top comments (0)