Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -105,9 +105,11 @@ with col2:
|
|
105 |
nav_page('Daily Narrative')
|
106 |
|
107 |
with col3:
|
108 |
-
st.button('Discharge Plan')
|
|
|
109 |
with col4:
|
110 |
-
st.button('📝Social Notes')
|
|
|
111 |
|
112 |
#if st.button("🏥 Admission"):
|
113 |
# nav_page("Admission")
|
|
|
105 |
nav_page('Daily Narrative')
|
106 |
|
107 |
with col3:
|
108 |
+
if st.button('Discharge Plan')
|
109 |
+
nav_pages('Discharge Plan')
|
110 |
with col4:
|
111 |
+
if st.button('📝Social Notes')
|
112 |
+
nav_page('Social Notes')
|
113 |
|
114 |
#if st.button("🏥 Admission"):
|
115 |
# nav_page("Admission")
|