Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -197,3 +197,4 @@ if search_buttion or prev_query != query_input:
|
|
197 |
md_content += f' [{distance / 2:.4f}: {df.iloc[idx]["description"]}]({page_url})\n'
|
198 |
|
199 |
result_text.markdown(md_content, unsafe_allow_html=True)
|
|
|
|
197 |
md_content += f' [{distance / 2:.4f}: {df.iloc[idx]["description"]}]({page_url})\n'
|
198 |
|
199 |
result_text.markdown(md_content, unsafe_allow_html=True)
|
200 |
+
|