Update app.py
Browse files
app.py
CHANGED
@@ -73,15 +73,17 @@ def create_app():
|
|
73 |
"""
|
74 |
# Clinical Psychologist Interviewer 𝚿
|
75 |
This chatbot conducts clinical interviews based on psychological knowledge.
|
76 |
-
|
77 |
-
Please note that this is a simulation and should not be used as a substitute for professional medical advice.
|
78 |
|
79 |
The interviewer will prepare a clinical report based on the interview.
|
|
|
|
|
|
|
|
|
80 |
"""
|
81 |
)
|
82 |
|
83 |
with gr.Tab("Interview"):
|
84 |
-
|
85 |
reset_button = gr.Button("Select Interviewer", size='sm', scale=1)
|
86 |
voice_radio = gr.Radio(["Sarah", "Aaron"], label="Select Interviewer", value="Sarah", scale=1, info='Each interviewer has a unique approach and a different professional background.')
|
87 |
audio_output = gr.Audio(
|
|
|
73 |
"""
|
74 |
# Clinical Psychologist Interviewer 𝚿
|
75 |
This chatbot conducts clinical interviews based on psychological knowledge.
|
|
|
|
|
76 |
|
77 |
The interviewer will prepare a clinical report based on the interview.
|
78 |
+
|
79 |
+
* Please note that this is a simulation and should not be used as a substitute for professional medical advice.
|
80 |
+
* It is important to emphasize that any information shared is confidential and cannot be accessed.
|
81 |
+
* In any case, it is recommended not to share sensitive information.
|
82 |
"""
|
83 |
)
|
84 |
|
85 |
with gr.Tab("Interview"):
|
86 |
+
with gr.Row():
|
87 |
reset_button = gr.Button("Select Interviewer", size='sm', scale=1)
|
88 |
voice_radio = gr.Radio(["Sarah", "Aaron"], label="Select Interviewer", value="Sarah", scale=1, info='Each interviewer has a unique approach and a different professional background.')
|
89 |
audio_output = gr.Audio(
|