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