Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def main():
|
|
48 |
st.subheader("Top Results")
|
49 |
for _, row in results.iterrows():
|
50 |
with st.expander(f"{row['title']} (Similarity: {row['similarity']:.1%})"):
|
51 |
-
st.markdown(f"**Summary**: {row['summary']")
|
52 |
st.markdown(f"<a class='source-link' href='{row['source']}' target='_blank'>View Source</a>",
|
53 |
unsafe_allow_html=True)
|
54 |
else:
|
|
|
48 |
st.subheader("Top Results")
|
49 |
for _, row in results.iterrows():
|
50 |
with st.expander(f"{row['title']} (Similarity: {row['similarity']:.1%})"):
|
51 |
+
st.markdown(f"**Summary**: {row['summary']}")
|
52 |
st.markdown(f"<a class='source-link' href='{row['source']}' target='_blank'>View Source</a>",
|
53 |
unsafe_allow_html=True)
|
54 |
else:
|