Spaces:
Sleeping
Sleeping
File size: 168 Bytes
4096d6d |
1 2 3 4 5 6 |
import streamlit as st
st.set_page_config(page_title="Introduction to Data", page_icon=":1234:") # not sure what this adds?
st.sidebar.header("Introduction to Data")
|