Rifky commited on
Commit
f249575
·
1 Parent(s): 9878be5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -80,8 +80,8 @@ if submit:
80
 
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.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])