mbahrami commited on
Commit
9f11cef
·
1 Parent(s): 9740e52

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']*=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']*=1000
30
  st.table(result)