Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ st.title("Rouge Component Model")
|
|
| 13 |
#Reading Dataset
|
| 14 |
df = pd.read_csv('identify_rogue_50K_ALL.csv')
|
| 15 |
print("Dataset Size:",df.shape)
|
| 16 |
-
|
| 17 |
# Dropping the SRU serial number
|
| 18 |
df.drop(['SRU serial number','Date of Manufacture','Last Maintenance Date','date of last failure'], axis = 1, inplace=True)
|
| 19 |
|
|
|
|
| 13 |
#Reading Dataset
|
| 14 |
df = pd.read_csv('identify_rogue_50K_ALL.csv')
|
| 15 |
print("Dataset Size:",df.shape)
|
| 16 |
+
st.sidebar.header('Enter the Components Details here')
|
| 17 |
# Dropping the SRU serial number
|
| 18 |
df.drop(['SRU serial number','Date of Manufacture','Last Maintenance Date','date of last failure'], axis = 1, inplace=True)
|
| 19 |
|