carisackc commited on
Commit
75dc831
1 Parent(s): d3237a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ with col2:
113
  #nav_page('Daily Narrative')
114
  inputNote = "Input Daily Narrative Note"
115
  with col3:
116
- if st.button('Discharge Plan'):
117
  #nav_page('Discharge Plan')
118
  inputNote = "Input Discharge Plan"
119
  with col4:
 
113
  #nav_page('Daily Narrative')
114
  inputNote = "Input Daily Narrative Note"
115
  with col3:
116
+ if st.button('🗒️Discharge Plan'):
117
  #nav_page('Discharge Plan')
118
  inputNote = "Input Discharge Plan"
119
  with col4: