Update app.py
Browse files
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 |
-
|
| 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()
|