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