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