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