harishsohani commited on
Commit
6b8f5b8
·
verified ·
1 Parent(s): 3442619

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.00em; color:gray;">{hint}</span>
29
  </div>
30
  """,
31
  unsafe_allow_html=True
@@ -48,8 +48,8 @@ def formatted_number_input2(title, hint, minval, maxval, defvalue, steps, valfor
48
  st.markdown("""
49
  <style>
50
  .block-container {
51
- padding-top: 1rem;
52
- padding-bottom: 1rem;
53
  }
54
  </style>
55
  """, unsafe_allow_html=True)
 
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
 
48
  st.markdown("""
49
  <style>
50
  .block-container {
51
+ padding-top: 0.5rem;
52
+ padding-bottom: 0.5rem;
53
  }
54
  </style>
55
  """, unsafe_allow_html=True)