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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,5 +26,6 @@ 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']*=1000
 
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']*=100
30
+ print(type(result))
31
  st.table(result)