cbendale10 commited on
Commit
35ba780
·
verified ·
1 Parent(s): 304b1ed

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -5,7 +5,14 @@ from huggingface_hub import hf_hub_download
5
 
6
  st.set_page_config(page_title="Predictive Maintenance", layout="centered")
7
 
8
- st.title("🔧 Engine Predictive Maintenance – Fault Prediction")
 
 
 
 
 
 
 
9
  st.write(
10
  "Enter live engine sensor readings to predict whether the engine is "
11
  "**Normal (0)** or **Faulty (1)**."
 
5
 
6
  st.set_page_config(page_title="Predictive Maintenance", layout="centered")
7
 
8
+ st.markdown(
9
+ """
10
+ <h2 style="font-size:24px; font-weight:600;">
11
+ 🔧 Engine Predictive Maintenance – Fault Prediction
12
+ </h2>
13
+ """,
14
+ unsafe_allow_html=True
15
+ )
16
  st.write(
17
  "Enter live engine sensor readings to predict whether the engine is "
18
  "**Normal (0)** or **Faulty (1)**."