namngo commited on
Commit
0206a9e
·
verified ·
1 Parent(s): dea22be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ st.markdown("""
33
  }
34
  /* Make number_input and selectbox shorter */
35
  .stNumberInput input, .stSelectbox select {
36
- width: 100px; /* Set the width to a smaller value */
37
  }
38
  </style>
39
  """, unsafe_allow_html=True)
 
33
  }
34
  /* Make number_input and selectbox shorter */
35
  .stNumberInput input, .stSelectbox select {
36
+ width: 15px; /* Set the width to a smaller value */
37
  }
38
  </style>
39
  """, unsafe_allow_html=True)