Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ model = st.sidebar.selectbox('Select Model', ('BertSummarizer','BertGPT2','t5seq
|
|
91 |
col3,col4 = st.columns(2)
|
92 |
patientid = col3.write(f"Patient ID: {patient} ")
|
93 |
admissionid =col4.write(f"Admission ID: {HospitalAdmission} ")
|
94 |
-
|
95 |
|
96 |
##========= Buttons to the 4 tabs ========
|
97 |
col1, col2, col3, col4 = st.columns(4)
|
|
|
91 |
col3,col4 = st.columns(2)
|
92 |
patientid = col3.write(f"Patient ID: {patient} ")
|
93 |
admissionid =col4.write(f"Admission ID: {HospitalAdmission} ")
|
94 |
+
runtext = ''
|
95 |
|
96 |
##========= Buttons to the 4 tabs ========
|
97 |
col1, col2, col3, col4 = st.columns(4)
|