Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 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:
|
| 52 |
-
padding-bottom:
|
| 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)
|