carisackc commited on
Commit
f9b8cdc
·
1 Parent(s): 78c6979

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -329,7 +329,7 @@ with col2:
329
  st.markdown('**ADMISSION DIAGNOSIS:**')
330
  st.markdown(str(diagnosis))
331
  st.markdown('**PROBLEM/ISSUE**')
332
- st.markdown(problem_entities)
333
  genEntities(trans_df, 'DISEASE')
334
  st.markdown('**MEDICATION**')
335
  genEntities(trans_df, 'CHEMICAL')
 
329
  st.markdown('**ADMISSION DIAGNOSIS:**')
330
  st.markdown(str(diagnosis))
331
  st.markdown('**PROBLEM/ISSUE**')
332
+ #st.markdown(problem_entities)
333
  genEntities(trans_df, 'DISEASE')
334
  st.markdown('**MEDICATION**')
335
  genEntities(trans_df, 'CHEMICAL')