Rifky commited on
Commit
e44280a
·
1 Parent(s): f9a4350

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def sigmoid(x):
32
  with st.spinner("Loading Model..."):
33
  model, base_model, tokenizer, data = load_model()
34
 
35
- st.markdown("""<h2 style="text-align:center;">Fake News Detection AI</h2>""", unsafe_allow_html=True)
36
  user_input = st.text_input("Article url")
37
  submit = st.button("submit")
38
 
 
32
  with st.spinner("Loading Model..."):
33
  model, base_model, tokenizer, data = load_model()
34
 
35
+ st.markdown("""<h1 style="text-align:center;">Fake News Detection AI</h1>""", unsafe_allow_html=True)
36
  user_input = st.text_input("Article url")
37
  submit = st.button("submit")
38