carisackc commited on
Commit
ad0f951
·
1 Parent(s): 84b1873

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,9 +107,9 @@ with col3:
107
  with col4:
108
  st.button('📝Social Notes')
109
 
110
- if st.button("🏥 Admission")
111
  nav_page("Admission")
112
- if st.button('📆Daily Narrative')
113
  nav_page("Daily Narrative")
114
  #if st.button('Discharge Plan')
115
  #if st.button('📝Social Notes')
 
107
  with col4:
108
  st.button('📝Social Notes')
109
 
110
+ if st.button("🏥 Admission"):
111
  nav_page("Admission")
112
+ if st.button('📆Daily Narrative'):
113
  nav_page("Daily Narrative")
114
  #if st.button('Discharge Plan')
115
  #if st.button('📝Social Notes')