QuantumLearner commited on
Commit
0b13902
·
verified ·
1 Parent(s): cd9bc98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -1
app.py CHANGED
@@ -221,4 +221,16 @@ hide_streamlit_style = """
221
  footer {visibility: hidden;}
222
  </style>
223
  """
224
- st.markdown(hide_streamlit_style, unsafe_allow_html=True)
 
 
 
 
 
 
 
 
 
 
 
 
 
221
  footer {visibility: hidden;}
222
  </style>
223
  """
224
+ st.markdown(hide_streamlit_style, unsafe_allow_html=True)
225
+
226
+
227
+ st.markdown("""
228
+ <style>
229
+ .stSelectbox, .stNumberInput {
230
+ padding-bottom: 20px;
231
+ }
232
+ .stExpander {
233
+ padding-bottom: 20px;
234
+ }
235
+ </style>
236
+ """, unsafe_allow_html=True)