Update app.py
Browse files
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
|
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 = []
|