Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ st.markdown("""
|
|
| 33 |
}
|
| 34 |
/* Make number_input and selectbox shorter */
|
| 35 |
.stNumberInput input, .stSelectbox select {
|
| 36 |
-
width:
|
| 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)
|