mbahrami commited on
Commit
78ff418
1 Parent(s): 70c19cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,5 +24,5 @@ if text:
24
  data_load_state.text('')
25
  for r in result:
26
  if r['sequence'].lower().strip() in history_keyword_text.lower().strip():
27
- r['score']*=0.10
28
  st.table(result)
 
24
  data_load_state.text('')
25
  for r in result:
26
  if r['sequence'].lower().strip() in history_keyword_text.lower().strip():
27
+ r['score']*=100
28
  st.table(result)