Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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']*=
|
| 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)
|