mbahrami commited on
Commit
fa97b6f
·
1 Parent(s): b876b2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ if text:
25
  data_load_state.text('')
26
  for index, r in enumerate(result):
27
  print(1)
28
- if r['sequence'].lower().strip() in history_keyword_text.lower().strip():
29
  st.caption(r)
30
  result[index]['score']*=0.10
31
  st.table(result)
 
25
  data_load_state.text('')
26
  for index, r in enumerate(result):
27
  print(1)
28
+ if r['token_str'].lower().strip() in history_keyword_text.lower().strip():
29
  st.caption(r)
30
  result[index]['score']*=0.10
31
  st.table(result)