Hello World!
Learn what a Streamlit app is and how to run it.
To install Streamlit, run the command pip install streamlit
in a terminal window.
Once installed, run the command streamlit hello
.
This will load a demo in a browser window. The demo has 4 different apps you can interact with to get a feel for what Streamlit has to offer. It will showcase a number of features that future lessons will teach you how to build.
import streamlit as stst.title("First Streamlit App")
Streamlit Demo App
Streamlit Animation Demo
Streamlit Plotting Demo
Streamlit Mapping Demo
Streamlit DataFrame Demo