saritha5 commited on
Commit
5a2cdc7
·
1 Parent(s): 9fecffe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ st.title('Repair Time Prediction')
14
  #DLoading the ataset
15
  #df = pd.read_csv('repair_time_sample_50k_modified2.csv')
16
 
17
- new_data = df
18
  #df.drop(['SRU serial number','Date of Manufacture', 'Snag Description'], axis = 1, inplace=True)
19
 
20
 
 
14
  #DLoading the ataset
15
  #df = pd.read_csv('repair_time_sample_50k_modified2.csv')
16
 
17
+ #new_data = df
18
  #df.drop(['SRU serial number','Date of Manufacture', 'Snag Description'], axis = 1, inplace=True)
19
 
20