Update app.py
Browse files
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 |
-
|
40 |
}
|
41 |
</style>""", unsafe_allow_html=True)
|
42 |
|
43 |
-
submit = st.button("
|
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()
|