Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -180,7 +180,7 @@ if search_buttion or prev_query != str(query_input):
|
|
180 |
|
181 |
for idx, distance in results[0:closest_n]:
|
182 |
# print(sentences[idx].strip(), "(Score: %.4f)" % (distance / 2))
|
183 |
-
st.
|
184 |
f"{df.iloc[idx]['title']} {df.iloc[idx]['normalized_description']} (Score: %.4f)"
|
185 |
% (distance / 2)
|
186 |
)
|
|
|
180 |
|
181 |
for idx, distance in results[0:closest_n]:
|
182 |
# print(sentences[idx].strip(), "(Score: %.4f)" % (distance / 2))
|
183 |
+
st.markdown(
|
184 |
f"{df.iloc[idx]['title']} {df.iloc[idx]['normalized_description']} (Score: %.4f)"
|
185 |
% (distance / 2)
|
186 |
)
|