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