harishsohani commited on
Commit
b842ab7
·
verified ·
1 Parent(s): 0458506

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -80,7 +80,9 @@ def formatted_number_input(title, hint, minval, maxval, defvalue, steps, valform
80
  st.markdown('<div style="margin-bottom:4px;">', unsafe_allow_html=True)
81
 
82
  st.markdown(f"**{title}**")
83
- st.caption(hint)
 
 
84
 
85
  raw = st.text_input(
86
  label="",
 
80
  st.markdown('<div style="margin-bottom:4px;">', unsafe_allow_html=True)
81
 
82
  st.markdown(f"**{title}**")
83
+ st.caption(hint)
84
+
85
+ decimals=6
86
 
87
  raw = st.text_input(
88
  label="",