Upload folder using huggingface_hub
Browse files
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,
|