Update app.py
Browse files
app.py
CHANGED
@@ -80,8 +80,8 @@ if submit:
|
|
80 |
|
81 |
for i in sorted[:5]:
|
82 |
reference_column.write(f"""
|
83 |
-
<
|
84 |
-
<h5>{data["title"][i]}</h5>
|
85 |
""", unsafe_allow_html=True)
|
86 |
with reference_column.expander("read content"):
|
87 |
st.write(data["text"][i])
|
|
|
80 |
|
81 |
for i in sorted[:5]:
|
82 |
reference_column.write(f"""
|
83 |
+
<small>turnbackhoax.id</small>
|
84 |
+
<a href={data["url"][i]}><h5>{data["title"][i]}</h5></a>
|
85 |
""", unsafe_allow_html=True)
|
86 |
with reference_column.expander("read content"):
|
87 |
st.write(data["text"][i])
|