Update app.py
Browse files
app.py
CHANGED
@@ -36,28 +36,9 @@ user_input = st.text_input("Article URL")
|
|
36 |
m = st.markdown("""
|
37 |
<style>
|
38 |
div.stButton > button:first-child {
|
39 |
-
background-color: #ce1126;
|
40 |
-
color: white;
|
41 |
-
height: 3em;
|
42 |
-
width: 12em;
|
43 |
-
border-radius:10px;
|
44 |
-
border:3px solid #000000;
|
45 |
-
font-size:20px;
|
46 |
-
font-weight: bold;
|
47 |
margin: auto;
|
48 |
display: block;
|
49 |
}
|
50 |
-
|
51 |
-
div.stButton > button:hover {
|
52 |
-
background:linear-gradient(to bottom, #ce1126 5%, #ff5a5a 100%);
|
53 |
-
background-color:#ce1126;
|
54 |
-
}
|
55 |
-
|
56 |
-
div.stButton > button:active {
|
57 |
-
position:relative;
|
58 |
-
top:3px;
|
59 |
-
}
|
60 |
-
|
61 |
</style>""", unsafe_allow_html=True)
|
62 |
|
63 |
submit = st.button("submit")
|
|
|
36 |
m = st.markdown("""
|
37 |
<style>
|
38 |
div.stButton > button:first-child {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
margin: auto;
|
40 |
display: block;
|
41 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
</style>""", unsafe_allow_html=True)
|
43 |
|
44 |
submit = st.button("submit")
|