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