Last active
April 17, 2023 22:56
-
-
Save raypereda/08cda1fff67bf36e47dacf4626945a43 to your computer and use it in GitHub Desktop.
stream-gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# from collections import namedtuple | |
# import altair as alt | |
# import math | |
# import pandas as pd | |
import streamlit as st | |
""" | |
# Welcome to Streamlit! | |
""" | |
st.title('This is the title') | |
st.header('This the header') | |
st.write('This is the body') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tinker