Skip to content

Commit

Permalink
Auto-commit: Mon Oct 28 13:22:45 CDT 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
jnaiman committed Oct 28, 2024
1 parent f02f3ca commit 050366b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion week10/inClass_script_week10.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# Start off in PL! Open up the "ungraded VSCode" space and make the "inclass" notebook
# we will often times use an app.py instead of a workbook so here is just a placeholder for that kind of file as well!
import streamlit as st

st.title('This is my fancy app!')

st.header("This is a header")
st.subheader('This is a subheader')

st.text('This is some text.')

0 comments on commit 050366b

Please sign in to comment.