Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -324,7 +324,7 @@ with col1:
|
|
324 |
trans_df = pd.DataFrame(table)
|
325 |
|
326 |
with col2:
|
327 |
-
st.button('NER')
|
328 |
st.markdown('**CHIEF COMPLAINT:**')
|
329 |
st.write(str(AdmissionChiefCom))
|
330 |
st.markdown('**ADMISSION DIAGNOSIS:**')
|
|
|
324 |
trans_df = pd.DataFrame(table)
|
325 |
|
326 |
with col2:
|
327 |
+
st.button('NER')
|
328 |
st.markdown('**CHIEF COMPLAINT:**')
|
329 |
st.write(str(AdmissionChiefCom))
|
330 |
st.markdown('**ADMISSION DIAGNOSIS:**')
|