Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -278,7 +278,11 @@ with col_output:
|
|
| 278 |
|
| 279 |
*Note* : Probability of 50% and above is considered to suggested for Maintenance.
|
| 280 |
""")
|
| 281 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 282 |
else:
|
| 283 |
|
| 284 |
error_str = result.get ("message")
|
|
|
|
| 278 |
|
| 279 |
*Note* : Probability of 50% and above is considered to suggested for Maintenance.
|
| 280 |
""")
|
| 281 |
+
|
| 282 |
+
# Show the etails of data frame prepared from user input
|
| 283 |
+
st.subheader("📦 Input Data Summary")
|
| 284 |
+
st.dataframe (input_df)
|
| 285 |
+
|
| 286 |
else:
|
| 287 |
|
| 288 |
error_str = result.get ("message")
|