Rifky commited on
Commit
745e9e0
·
1 Parent(s): 65e829b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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