update btn size
Browse files
app.py
CHANGED
|
@@ -59,7 +59,8 @@ st.markdown(
|
|
| 59 |
"""
|
| 60 |
<style>
|
| 61 |
button {
|
| 62 |
-
height:
|
|
|
|
| 63 |
padding-top: 10px !important;
|
| 64 |
padding-bottom: 10px !important;
|
| 65 |
}
|
|
|
|
| 59 |
"""
|
| 60 |
<style>
|
| 61 |
button {
|
| 62 |
+
height: 80px !important;
|
| 63 |
+
width: auto !important;
|
| 64 |
padding-top: 10px !important;
|
| 65 |
padding-bottom: 10px !important;
|
| 66 |
}
|