Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ loaded_model = pickle.load(open("finalized_model.sav", 'rb'))
|
|
9 |
def main():
|
10 |
st.image('img.jpg')
|
11 |
st.title("⚙️🔩 Engine prediction ⚙️🔩")
|
12 |
-
|
13 |
|
14 |
with st.form(key='columns_in_form'):
|
15 |
c1, c2, c3 = st.columns(3)
|
|
|
9 |
def main():
|
10 |
st.image('img.jpg')
|
11 |
st.title("⚙️🔩 Engine prediction ⚙️🔩")
|
12 |
+
st.warning("Our Machine Learning algorithm predicts whether the elements of a machine work consistently\n\n")
|
13 |
|
14 |
with st.form(key='columns_in_form'):
|
15 |
c1, c2, c3 = st.columns(3)
|