Update app.py
Browse files
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
|
|
|
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")
|