saritha5 commited on
Commit
0b130b2
·
1 Parent(s): b2cfd57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,4 +154,4 @@ def prediction(df):
154
  y_pred = prediction(user_data)
155
 
156
  if st.button("Predict"):
157
- st.subheader(f"Time required to Repairs the Component is {y_pred[0]} hours")
 
154
  y_pred = prediction(user_data)
155
 
156
  if st.button("Predict"):
157
+ st.subheader(f"Time required to Repair the Component is {y_pred[0]} hours")