Skip to content

Instantly share code, notes, and snippets.

@raypereda
Last active April 17, 2023 22:56
Show Gist options
  • Save raypereda/08cda1fff67bf36e47dacf4626945a43 to your computer and use it in GitHub Desktop.
Save raypereda/08cda1fff67bf36e47dacf4626945a43 to your computer and use it in GitHub Desktop.
stream-gist
# 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')
@raypereda
Copy link
Author

tinker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment