eaglelandsonce commited on
Commit
53c5f2f
1 Parent(s): 4a21e12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,5 +1,8 @@
1
  import streamlit as st
2
 
 
 
 
3
  # Set page title and header
4
  st.title("Graduate Physics Course Syllabi")
5
  st.write("### Course Outlines for PHY 504, PHY 611, PHY 613, PHY 614, PHY 615, and PHY 632")
 
1
  import streamlit as st
2
 
3
+ # Set page layout to wide
4
+ st.set_page_config(layout="wide")
5
+
6
  # Set page title and header
7
  st.title("Graduate Physics Course Syllabi")
8
  st.write("### Course Outlines for PHY 504, PHY 611, PHY 613, PHY 614, PHY 615, and PHY 632")