carisackc commited on
Commit
538934b
1 Parent(s): c40f512

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -47,7 +47,9 @@ model = st.sidebar.selectbox('Select Model', ('BertSummarizer','BertGPT2','t5seq
47
  col3,col4 = st.columns(2)
48
  patientid = col3.write(f"Patient ID: {patient} ")
49
  admissionid =col4.write(f"Admission ID: {HospitalAdmission} ")
50
-
 
 
51
  col1, col2, col3, col4 = st.columns(4)
52
  with col1:
53
  # st.button('Admission')
 
47
  col3,col4 = st.columns(2)
48
  patientid = col3.write(f"Patient ID: {patient} ")
49
  admissionid =col4.write(f"Admission ID: {HospitalAdmission} ")
50
+
51
+
52
+ ##========= Buttons to the 4 tabs ========
53
  col1, col2, col3, col4 = st.columns(4)
54
  with col1:
55
  # st.button('Admission')