Spaces:
Runtime error
Runtime error
sashavor
commited on
Commit
·
a23bf4a
1
Parent(s):
ce8bd36
Trying to render button
Browse files
app.py
CHANGED
|
@@ -151,6 +151,7 @@ m = st.markdown("""
|
|
| 151 |
<style>
|
| 152 |
div.stButton > button:first-child {
|
| 153 |
background-color: rgb(80, 200, 120);
|
|
|
|
| 154 |
font-size: 20px;
|
| 155 |
height: 3em;
|
| 156 |
}
|
|
|
|
| 151 |
<style>
|
| 152 |
div.stButton > button:first-child {
|
| 153 |
background-color: rgb(80, 200, 120);
|
| 154 |
+
background-image: none;
|
| 155 |
font-size: 20px;
|
| 156 |
height: 3em;
|
| 157 |
}
|