Rifky commited on
Commit
6bd6a38
·
1 Parent(s): 8c7c4e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- <h4>{data["title"][i]}</h4>
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])