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

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(f'<p style="background-color:{problem_entities};color:#080808;font-size:16px;">{entlist}</p>', unsafe_allow_html=True)
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')