updated the table label
Browse files- pages/admin.py +1 -1
pages/admin.py
CHANGED
|
@@ -37,7 +37,7 @@ else:
|
|
| 37 |
missing_values = table_data.isnull()
|
| 38 |
|
| 39 |
# Display the main data table
|
| 40 |
-
st.subheader("Data
|
| 41 |
|
| 42 |
# Display message based on whether data is complete
|
| 43 |
if missing_values.values.any():
|
|
|
|
| 37 |
missing_values = table_data.isnull()
|
| 38 |
|
| 39 |
# Display the main data table
|
| 40 |
+
st.subheader("Data used for the prediction")
|
| 41 |
|
| 42 |
# Display message based on whether data is complete
|
| 43 |
if missing_values.values.any():
|