Skip to content

Commit

Permalink
Auto-commit: Mon Oct 28 13:25:05 CDT 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
jnaiman committed Oct 28, 2024
1 parent 050366b commit 7caf188
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions week10/inClass_script_week10.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@
st.subheader('This is a subheader')

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


# 1. Layout elements
col1,col2 = st.columns(2)
col1.write('This is thing 1')
col2.write('This is thing 2')

0 comments on commit 7caf188

Please sign in to comment.