Update app.py
Browse files
app.py
CHANGED
@@ -91,6 +91,6 @@ if submit:
|
|
91 |
for i in sorted[:5]:
|
92 |
# st.write(f"""""",unsafe_allow_html=True)
|
93 |
st.write(f"""
|
94 |
-
<small style
|
95 |
-
<a href={data["url"][i]} style
|
96 |
""", unsafe_allow_html=True)
|
|
|
91 |
for i in sorted[:5]:
|
92 |
# st.write(f"""""",unsafe_allow_html=True)
|
93 |
st.write(f"""
|
94 |
+
<small style="text-align:left;">{data["url"][i].split("/")[2]}</small><br>
|
95 |
+
<a href={data["url"][i]} style="text-align:left;">{data["title"][i]}</a>
|
96 |
""", unsafe_allow_html=True)
|