Techymom commited on
Commit
375a784
·
verified ·
1 Parent(s): 43e28bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
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 group or clients main concern", placeholder="ADHD support, Complex trauma psychoeducation..."),
119
- gr.Textbox(label="What is this session's presenting concern?", placeholder="anxiety..."),
120
- gr.Textbox(label="What type of activity are you interested in?", placeholder="Art therapy, dbt, narrative...")
121
  ],
122
  outputs=[
123
- gr.Dataframe(label="Related Research Articles"),
124
- gr.File(label="Download Articles as CSV")
125
  ],
126
 
127
- title="Workshop Session Planner",
128
- description="This tool helps you find research articles related to your professional practice. Enter your parameters as keywords."
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)