ShanRaja commited on
Commit
2bc2558
·
verified ·
1 Parent(s): 2048fb4

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -19,13 +19,6 @@ st.title("Engine Condition Prediction")
19
 
20
  # Single row prediction
21
 
22
- #engine_rpm = st.number_input("Engine rpm", min_value=0, step=100)
23
- #lub_oil_pressure = st.number_input("Lub oil pressure", format="%.3f")
24
- #fuel_pressure = st.number_input("Fuel pressure", format="%.3f")
25
- #coolant_pressure = st.number_input("Coolant pressure", format="%.3f")
26
- #lub_oil_temp = st.number_input("lub oil temp", format="%.2f")
27
- #coolant_temp = st.number_input("Coolant temp", format="%.2f")
28
-
29
  engine_rpm = st.number_input(
30
  "Engine RPM",
31
  min_value=50,
 
19
 
20
  # Single row prediction
21
 
 
 
 
 
 
 
 
22
  engine_rpm = st.number_input(
23
  "Engine RPM",
24
  min_value=50,