wissemkarous commited on
Commit
4e3edd8
·
verified ·
1 Parent(s): f605843

last update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ def show_wellness_test_page():
133
  st.subheader("DataFrame of Answers")
134
  st.dataframe(df)
135
 
136
- pred = st.button('Prediksi')
137
 
138
  if pred:
139
  # Pass the values to the prediction page
 
133
  st.subheader("DataFrame of Answers")
134
  st.dataframe(df)
135
 
136
+ pred = st.button('Predict')
137
 
138
  if pred:
139
  # Pass the values to the prediction page