carisackc commited on
Commit
3a762d8
·
1 Parent(s): e6b122b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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:**')