saad177 commited on
Commit
9ab4c69
1 Parent(s): fb95dc6

change consent msg

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks() as demo:
45
  label="if you already know that you have diabetes, select yes, else select no",
46
  )
47
  gr.Checkbox(
48
- info="I consent that my personal data can be used to retrain the model",
49
  label="accept",
50
  )
51
  btn = gr.Button("Submit")
 
45
  label="if you already know that you have diabetes, select yes, else select no",
46
  )
47
  gr.Checkbox(
48
+ info="I consent that my personal data will be saved and potentially be used for the model training",
49
  label="accept",
50
  )
51
  btn = gr.Button("Submit")