Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -108,15 +108,15 @@ with col1:
|
|
108 |
#nav_page('Admission')
|
109 |
|
110 |
with col2:
|
111 |
-
|
112 |
#nav_page('Daily Narrative')
|
113 |
|
114 |
with col3:
|
115 |
-
|
116 |
#nav_page('Discharge Plan')
|
117 |
|
118 |
with col4:
|
119 |
-
|
120 |
#nav_page('Social Notes')
|
121 |
|
122 |
|
|
|
108 |
#nav_page('Admission')
|
109 |
|
110 |
with col2:
|
111 |
+
st.button('📆Daily Narrative')
|
112 |
#nav_page('Daily Narrative')
|
113 |
|
114 |
with col3:
|
115 |
+
st.button('Discharge Plan')
|
116 |
#nav_page('Discharge Plan')
|
117 |
|
118 |
with col4:
|
119 |
+
st.button('📝Social Notes')
|
120 |
#nav_page('Social Notes')
|
121 |
|
122 |
|