update btn height
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ 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: 50px !important;
|
63 |
padding-top: 10px !important;
|
64 |
padding-bottom: 10px !important;
|
65 |
}
|