Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ def user_report():
|
|
104 |
'Technician Skill level':Technician_Skill_level,
|
105 |
'Prior Maintenance': prior_maintainence,
|
106 |
'Logistics Time (hr)':Logistics_Time,
|
107 |
-
'total_operating_hours':
|
108 |
'operating_temperature':operating_temperature,
|
109 |
'previous_number_of_repairs':previous_number_of_repairs,
|
110 |
'Power_Input_Voltage':Power_Input_Voltage
|
|
|
104 |
'Technician Skill level':Technician_Skill_level,
|
105 |
'Prior Maintenance': prior_maintainence,
|
106 |
'Logistics Time (hr)':Logistics_Time,
|
107 |
+
'total_operating_hours':total_operating_hours,
|
108 |
'operating_temperature':operating_temperature,
|
109 |
'previous_number_of_repairs':previous_number_of_repairs,
|
110 |
'Power_Input_Voltage':Power_Input_Voltage
|