Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,10 @@ admissionid =col4.write(f"Admission ID: {HospitalAdmission} ")
|
|
49 |
|
50 |
col1, col2, col3, col4 = st.columns(4)
|
51 |
with col1:
|
52 |
-
st.button('Admission')
|
|
|
|
|
|
|
53 |
with col2:
|
54 |
st.button('Daily Narrative')
|
55 |
with col3:
|
|
|
49 |
|
50 |
col1, col2, col3, col4 = st.columns(4)
|
51 |
with col1:
|
52 |
+
# st.button('Admission')
|
53 |
+
st.button("📆", on_click=style_button_row, kwargs={
|
54 |
+
'clicked_button_ix': 1, 'n_buttons': 4
|
55 |
+
})
|
56 |
with col2:
|
57 |
st.button('Daily Narrative')
|
58 |
with col3:
|