carisackc commited on
Commit
4297db9
·
1 Parent(s): f2ef1d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -108,15 +108,15 @@ with col1:
108
  #nav_page('Admission')
109
 
110
  with col2:
111
- if st.button('📆Daily Narrative'):
112
  #nav_page('Daily Narrative')
113
 
114
  with col3:
115
- if st.button('Discharge Plan'):
116
  #nav_page('Discharge Plan')
117
 
118
  with col4:
119
- if st.button('📝Social Notes'):
120
  #nav_page('Social Notes')
121
 
122
 
 
108
  #nav_page('Admission')
109
 
110
  with col2:
111
+ st.button('📆Daily Narrative')
112
  #nav_page('Daily Narrative')
113
 
114
  with col3:
115
+ st.button('Discharge Plan')
116
  #nav_page('Discharge Plan')
117
 
118
  with col4:
119
+ st.button('📝Social Notes')
120
  #nav_page('Social Notes')
121
 
122