Update app.py
Browse files
app.py
CHANGED
@@ -38,6 +38,7 @@ m = st.markdown("""
|
|
38 |
div.stButton > button:first-child {
|
39 |
margin: auto;
|
40 |
display: block;
|
|
|
41 |
}
|
42 |
</style>""", unsafe_allow_html=True)
|
43 |
|
|
|
38 |
div.stButton > button:first-child {
|
39 |
margin: auto;
|
40 |
display: block;
|
41 |
+
width: 100%;
|
42 |
}
|
43 |
</style>""", unsafe_allow_html=True)
|
44 |
|