harishsohani commited on
Commit
3d83c50
·
verified ·
1 Parent(s): 099c931

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -25,7 +25,7 @@ def formatted_number_input2(title, hint, minval, maxval, defvalue, steps, valfor
25
  f"""
26
  <div style="line-height:1.0">
27
  <strong>{title}</strong><br>
28
- <span style="font-size:1.50em; color:gray;">{hint}</span>
29
  </div>
30
  """,
31
  unsafe_allow_html=True
@@ -57,8 +57,8 @@ st.set_page_config(
57
  st.markdown("""
58
  <style>
59
  .block-container {
60
- padding-top: 0.5rem;
61
- padding-bottom: 0.5rem;
62
  }
63
  </style>
64
  """, unsafe_allow_html=True)
 
25
  f"""
26
  <div style="line-height:1.0">
27
  <strong>{title}</strong><br>
28
+ <span style="font-size:1.20em; color:gray;">{hint}</span>
29
  </div>
30
  """,
31
  unsafe_allow_html=True
 
57
  st.markdown("""
58
  <style>
59
  .block-container {
60
+ padding-top: 0.75rem;
61
+ padding-bottom: 0.75rem;
62
  }
63
  </style>
64
  """, unsafe_allow_html=True)