Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -195,4 +195,5 @@ if search_buttion or prev_query != query_input:
|
|
195 |
for img_url in df.iloc[idx]["images"]:
|
196 |
md_content += f'<a href="{page_url}" target="_blank" rel="noopener noreferrer"><img src="{img_url}" width="100"></a>'
|
197 |
md_content += f'\n[{distance / 2:.4f}: {df.iloc[idx]["description"]}]({page_url})'
|
198 |
-
|
|
|
|
195 |
for img_url in df.iloc[idx]["images"]:
|
196 |
md_content += f'<a href="{page_url}" target="_blank" rel="noopener noreferrer"><img src="{img_url}" width="100"></a>'
|
197 |
md_content += f'\n[{distance / 2:.4f}: {df.iloc[idx]["description"]}]({page_url})'
|
198 |
+
|
199 |
+
result_text.markdown(md_content, unsafe_allow_html=True)
|