OwusuDynamo commited on
Commit
89000ac
·
1 Parent(s): 71506cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def main():
32
  choice = st.sidebar.selectbox("Menu",menu)
33
 
34
  if choice == "Home":
35
- st.subheader("Home - Article title In Text")
36
  with st.form(key="fake_news_form"):
37
  raw_text = st.text_area("Type Here")
38
  submit_text = st.form_submit_button(label="Submit")
 
32
  choice = st.sidebar.selectbox("Menu",menu)
33
 
34
  if choice == "Home":
35
+ st.subheader("Home - Enter Article title In Text")
36
  with st.form(key="fake_news_form"):
37
  raw_text = st.text_area("Type Here")
38
  submit_text = st.form_submit_button(label="Submit")