carisackc commited on
Commit
eebd800
1 Parent(s): f2d7259

Update app.py

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