Mihkelmj commited on
Commit
079ebd9
·
1 Parent(s): 949ba27

updated the table label

Browse files
Files changed (1) hide show
  1. 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 Table")
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():