Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -308,7 +308,7 @@ with col1:
|
|
308 |
st.text_area('Reference text', str(reference_text), height=150)
|
309 |
else:
|
310 |
with st.expander('Full Discharge Summary'):
|
311 |
-
historyAdmission =
|
312 |
"Patient_ID == @patient & Admission_ID == @pastHistory"
|
313 |
)
|
314 |
fulldischargesummary = historyAdmission['TEXT'].values
|
|
|
308 |
st.text_area('Reference text', str(reference_text), height=150)
|
309 |
else:
|
310 |
with st.expander('Full Discharge Summary'):
|
311 |
+
historyAdmission = df3.query(
|
312 |
"Patient_ID == @patient & Admission_ID == @pastHistory"
|
313 |
)
|
314 |
fulldischargesummary = historyAdmission['TEXT'].values
|