pantdipendra commited on
Commit
b56bd78
·
verified ·
1 Parent(s): e29d4c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -576,7 +576,7 @@ with gr.Blocks(css=".gradio-container {max-width: 1200px;}") as demo:
576
  cat4_col_labels = [
577
  ("YUSUITHK", "YUSUITHK: Thought of killing self (past 12 months)?"),
578
  ("YUSUITHKYR", "YUSUITHKYR: Seriously thought about killing self?"),
579
- ("YUSUIPLNYR", "YUSUIPLNYR: Made plans to kill self in past year?"),
580
  ("YUSUIPLN", "YUSUIPLN: Made plans to kill yourself in past 12 months?")
581
  ]
582
  cat4_inputs = []
 
576
  cat4_col_labels = [
577
  ("YUSUITHK", "YUSUITHK: Thought of killing self (past 12 months)?"),
578
  ("YUSUITHKYR", "YUSUITHKYR: Seriously thought about killing self?"),
579
+ ("YUSUIPLNYR", "YUSUIPLNYR: Made plans to kill self in past years?"),
580
  ("YUSUIPLN", "YUSUIPLN: Made plans to kill yourself in past 12 months?")
581
  ]
582
  cat4_inputs = []