Rifky commited on
Commit
c610876
·
1 Parent(s): bb4f2bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -32,15 +32,7 @@ with st.spinner("Loading Model..."):
32
 
33
  st.markdown("""<h1 style="text-align:center;">Fake News Detection AI</h1>""", unsafe_allow_html=True)
34
  user_input = st.text_input("Article URL")
35
- b_left, b_center, b_right = st.columns([1,2,1])
36
- with b_left:
37
- st.write(" ")
38
-
39
- with b_center:
40
- submit = st.button("submit")
41
-
42
- with b_right:
43
- st.write(" ")
44
 
45
  if submit:
46
  last_time = time.time()
 
32
 
33
  st.markdown("""<h1 style="text-align:center;">Fake News Detection AI</h1>""", unsafe_allow_html=True)
34
  user_input = st.text_input("Article URL")
35
+ submit = st.button("submit")
 
 
 
 
 
 
 
 
36
 
37
  if submit:
38
  last_time = time.time()