carisackc commited on
Commit
79bd636
·
1 Parent(s): ad0f951

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -98,10 +98,10 @@ col1, col2, col3, col4 = st.columns(4)
98
  with col1:
99
  # st.button('Admission')
100
  st.button("🏥 Admission")
101
- nav_page("Admission")
102
  with col2:
103
  st.button('📆Daily Narrative')
104
- nav_page("Daily Narrative")
105
  with col3:
106
  st.button('Discharge Plan')
107
  with col4:
 
98
  with col1:
99
  # st.button('Admission')
100
  st.button("🏥 Admission")
101
+
102
  with col2:
103
  st.button('📆Daily Narrative')
104
+
105
  with col3:
106
  st.button('Discharge Plan')
107
  with col4: