mbahrami commited on
Commit
9740e52
·
1 Parent(s): 067b394

Update app.py

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