harishsohani commited on
Commit
4c70146
·
verified ·
1 Parent(s): a9187b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.20em; color:gray;">{hint}</span>
29
  </div>
30
  """,
31
  unsafe_allow_html=True
 
25
  f"""
26
  <div style="line-height:1.0">
27
  <strong>{title}</strong><br>
28
+ <span style="font-size:1.10em; color:gray;">(Range {hint})</span>
29
  </div>
30
  """,
31
  unsafe_allow_html=True