Rifky commited on
Commit
3f78f91
·
1 Parent(s): b6adb9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ if submit:
86
 
87
  with st.expander("Related Articles"):
88
  for i in sorted[:5]:
89
- st.write(f"""<small>{data["url"][i].split("/")[2]}</small>""")
90
  st.write(f"""
91
  <a href={data["url"][i]}>{data["title"][i]}</a>
92
  """, unsafe_allow_html=True)
 
86
 
87
  with st.expander("Related Articles"):
88
  for i in sorted[:5]:
89
+ st.write(f"""<small>{data["url"][i].split("/")[2]}</small>""",unsafe_allow_html=True)
90
  st.write(f"""
91
  <a href={data["url"][i]}>{data["title"][i]}</a>
92
  """, unsafe_allow_html=True)