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
|
|
@@ -57,8 +57,8 @@ st.set_page_config(
|
|
| 57 |
st.markdown("""
|
| 58 |
<style>
|
| 59 |
.block-container {
|
| 60 |
-
padding-top: 0.
|
| 61 |
-
padding-bottom: 0.
|
| 62 |
}
|
| 63 |
</style>
|
| 64 |
""", unsafe_allow_html=True)
|
|
|
|
| 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
|
|
|
|
| 57 |
st.markdown("""
|
| 58 |
<style>
|
| 59 |
.block-container {
|
| 60 |
+
padding-top: 0.75rem;
|
| 61 |
+
padding-bottom: 0.75rem;
|
| 62 |
}
|
| 63 |
</style>
|
| 64 |
""", unsafe_allow_html=True)
|