Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,6 +45,15 @@ def formatted_number_input2(title, hint, minval, maxval, defvalue, steps, valfor
|
|
| 45 |
|
| 46 |
return usre_input
|
| 47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
st.markdown("""
|
| 49 |
<style>
|
| 50 |
.block-container {
|
|
@@ -54,14 +63,6 @@ st.markdown("""
|
|
| 54 |
</style>
|
| 55 |
""", unsafe_allow_html=True)
|
| 56 |
|
| 57 |
-
# ---------------------------------------------------------
|
| 58 |
-
# PAGE CONFIG
|
| 59 |
-
# ---------------------------------------------------------
|
| 60 |
-
st.set_page_config(
|
| 61 |
-
page_title="Predictive Maintenenace App" #,
|
| 62 |
-
#layout="wide"
|
| 63 |
-
)
|
| 64 |
-
|
| 65 |
|
| 66 |
# ---------------------------------------------------------
|
| 67 |
# TITLE
|
|
|
|
| 45 |
|
| 46 |
return usre_input
|
| 47 |
|
| 48 |
+
# ---------------------------------------------------------
|
| 49 |
+
# PAGE CONFIG
|
| 50 |
+
# ---------------------------------------------------------
|
| 51 |
+
st.set_page_config(
|
| 52 |
+
page_title="Predictive Maintenenace App" #,
|
| 53 |
+
#layout="wide"
|
| 54 |
+
)
|
| 55 |
+
|
| 56 |
+
|
| 57 |
st.markdown("""
|
| 58 |
<style>
|
| 59 |
.block-container {
|
|
|
|
| 63 |
</style>
|
| 64 |
""", unsafe_allow_html=True)
|
| 65 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
|
| 67 |
# ---------------------------------------------------------
|
| 68 |
# TITLE
|