Spaces:
Build error
Build error
Update app.py
Browse files
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')
|