lingbionlp commited on
Commit
ccd3593
1 Parent(s): 7659c77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ st.markdown("## 💡 Tagging results:")
183
  with st.spinner('Wait for tagging...'):
184
  tag_result=bioTag(doc,biotag_dic,nn_model,onlyLongest=para_set['onlyLongest'], abbrRecog=para_set['abbrRecog'],Threshold=para_set['ML_Threshold'])
185
 
186
- st.markdown('<font style="color: rgb(128, 128, 128);">Move the mouse over the entity to display the HPO id.</font>', unsafe_allow_html=True)
187
  # print('dic...........:',biotag_dic.keys())
188
  # st.write('parameters:', para_overlap,para_abbr,para_threshold)
189
 
 
183
  with st.spinner('Wait for tagging...'):
184
  tag_result=bioTag(doc,biotag_dic,nn_model,onlyLongest=para_set['onlyLongest'], abbrRecog=para_set['abbrRecog'],Threshold=para_set['ML_Threshold'])
185
 
186
+ st.markdown('<font style="color: rgb(128, 128, 128);">Move the mouse🖱️ over the entity to display the HPO id.</font>', unsafe_allow_html=True)
187
  # print('dic...........:',biotag_dic.keys())
188
  # st.write('parameters:', para_overlap,para_abbr,para_threshold)
189