saritha5 commited on
Commit
2258a85
1 Parent(s): 3b63347

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def prediction(df):
120
  #for i in list(y_pred):
121
  if y_pred ==0:
122
  st.write('Rouge Component is Good')
123
- else:
124
  st.write('Rouge Component is not good')
125
  #X_test['Actual_time_to_repair'] = y_test
126
  #X_test['Predicted_time_to_repair'] = predicition
 
120
  #for i in list(y_pred):
121
  if y_pred ==0:
122
  st.write('Rouge Component is Good')
123
+ else:
124
  st.write('Rouge Component is not good')
125
  #X_test['Actual_time_to_repair'] = y_test
126
  #X_test['Predicted_time_to_repair'] = predicition