saritha5 commited on
Commit
8bedea7
1 Parent(s): 3638308

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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