Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="",
|