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