Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def user_report():
|
|
44 |
humidity = st.sidebar.slider('Humidity', 20,105, 25 )
|
45 |
Vibration_Level = st.sidebar.slider('Vibration Level', 2,7, 2 )
|
46 |
Pressure = st.sidebar.slider('Pressure', 200,550, 250 )
|
47 |
-
Power_Input_Voltage= st.slider('Power Input Voltage (V)',100,133,115)
|
48 |
repair_type = st.sidebar.selectbox('Repair Type', ("Hardware","Software") )
|
49 |
if repair_type=='Hardware':
|
50 |
repair_type=0
|
|
|
44 |
humidity = st.sidebar.slider('Humidity', 20,105, 25 )
|
45 |
Vibration_Level = st.sidebar.slider('Vibration Level', 2,7, 2 )
|
46 |
Pressure = st.sidebar.slider('Pressure', 200,550, 250 )
|
47 |
+
Power_Input_Voltage= st.sidebar.slider('Power Input Voltage (V)',100,133,115)
|
48 |
repair_type = st.sidebar.selectbox('Repair Type', ("Hardware","Software") )
|
49 |
if repair_type=='Hardware':
|
50 |
repair_type=0
|