Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -115,17 +115,17 @@ iface = gr.Interface(
|
|
115 |
inputs=[
|
116 |
# gr.Textbox(label="First Name", placeholder="Enter your first name here..."),
|
117 |
# gr.Textbox(label="How can I help you today?", placeholder="Your answer (under 50 characters)"),
|
118 |
-
gr.Textbox(label="Describe your
|
119 |
-
gr.Textbox(label="
|
120 |
-
gr.Textbox(label="
|
121 |
],
|
122 |
outputs=[
|
123 |
-
gr.Dataframe(label="
|
124 |
-
gr.File(label="Download Articles
|
125 |
],
|
126 |
|
127 |
-
title="
|
128 |
-
description="This tool helps you find research articles related to your
|
129 |
)
|
130 |
|
131 |
iface.launch(debug=True)
|
|
|
115 |
inputs=[
|
116 |
# gr.Textbox(label="First Name", placeholder="Enter your first name here..."),
|
117 |
# gr.Textbox(label="How can I help you today?", placeholder="Your answer (under 50 characters)"),
|
118 |
+
gr.Textbox(label="Describe your overall concern in life, such as a specific diagnosis?", placeholder="ADHD, CPTSD, depression..."),
|
119 |
+
gr.Textbox(label="If you had a magic genie, what life situation would you ask to fix?", placeholder="Pressures of University..."),
|
120 |
+
gr.Textbox(label="Is there a specific therapeutic approach you are intersted in? Leave this blank if there isn't", placeholder="Art therapy, dbt (dialectic behavior therapy), narrative...")
|
121 |
],
|
122 |
outputs=[
|
123 |
+
gr.Dataframe(label="Here are some Research Articles that may interest you today"),
|
124 |
+
gr.File(label="Download Articles Here. This file will open in a spreadsheet format with links to the recommended articles")
|
125 |
],
|
126 |
|
127 |
+
title="MindMender",
|
128 |
+
description="This tool helps you find research articles related to your mental health concerns. Enter your parameters as keywords."
|
129 |
)
|
130 |
|
131 |
iface.launch(debug=True)
|