Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
|
102 |
|
103 |
with col2:
|
104 |
if st.button('📆Daily Narrative'):
|
105 |
-
|
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')
|