Rifky commited on
Commit
4cf6176
·
1 Parent(s): 804ff49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,11 +36,11 @@ user_input = st.text_input("Article URL")
36
  m = st.markdown("""
37
  <style>
38
  div.stButton > button:first-child {
39
- background-color: rgb(204, 49, 49);
40
  }
41
  </style>""", unsafe_allow_html=True)
42
 
43
- submit = st.button("test")
44
 
45
  if submit:
46
  last_time = time.time()
 
36
  m = st.markdown("""
37
  <style>
38
  div.stButton > button:first-child {
39
+ display:block;
40
  }
41
  </style>""", unsafe_allow_html=True)
42
 
43
+ submit = st.button("submit")
44
 
45
  if submit:
46
  last_time = time.time()