saritha5 commited on
Commit
2144e21
1 Parent(s): 57b4570

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ df.drop(['SRU serial number','Date of Manufacture','Last Maintenance Date','date
20
  # DATA from user
21
  def user_report():
22
  manufacturer = st.sidebar.selectbox("Manufacturer",
23
- ("JKL Company", "GHI Company","AGS Company","ABC Company","ABC Company","XYZ Company" ))
24
  if manufacturer=='JKL Company':
25
  manufacturer=3
26
  elif manufacturer=="GHI Company":
 
20
  # DATA from user
21
  def user_report():
22
  manufacturer = st.sidebar.selectbox("Manufacturer",
23
+ ("JKL Company", "GHI Company","AGS Company","ABC Company","XYZ Company" ))
24
  if manufacturer=='JKL Company':
25
  manufacturer=3
26
  elif manufacturer=="GHI Company":