carisackc commited on
Commit
f2d7259
·
1 Parent(s): ac75df8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -97,11 +97,11 @@ admissionid =col4.write(f"Admission ID: {HospitalAdmission} ")
97
  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:
 
97
  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: