0xgaryy commited on
Commit
81a3cc2
·
1 Parent(s): 6c46e3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # 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)
 
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)