Update app.py
Browse files
app.py
CHANGED
|
@@ -267,6 +267,9 @@ with col_output:
|
|
| 267 |
details_placeholder.markdown(f"""
|
| 268 |
*Model :* XGBoost
|
| 269 |
*Inference :* Real-time
|
|
|
|
|
|
|
|
|
|
| 270 |
*Note* : Probability of 50% and above is considered as Maintenance Needed.
|
| 271 |
""")
|
| 272 |
|
|
|
|
| 267 |
details_placeholder.markdown(f"""
|
| 268 |
*Model :* XGBoost
|
| 269 |
*Inference :* Real-time
|
| 270 |
+
""")
|
| 271 |
+
# Display additional information
|
| 272 |
+
details_placeholder.markdown(f"""
|
| 273 |
*Note* : Probability of 50% and above is considered as Maintenance Needed.
|
| 274 |
""")
|
| 275 |
|