Spaces:
Running
Running
ryanrwatkins
commited on
Commit
•
02185a7
1
Parent(s):
0da7b86
Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,8 @@ with gr.Blocks(css=css) as demo:
|
|
182 |
|
183 |
gr.Markdown("""## Ask questions of *needs assessment* experts,
|
184 |
## get responses from a *needs assessment experts* version of ChatGPT.
|
185 |
-
Ask questions of all of them, or pick your expert below.
|
|
|
186 |
elem_id="header")
|
187 |
|
188 |
|
|
|
182 |
|
183 |
gr.Markdown("""## Ask questions of *needs assessment* experts,
|
184 |
## get responses from a *needs assessment experts* version of ChatGPT.
|
185 |
+
Ask questions of all of them, or pick your expert below.
|
186 |
+
This chatbot uses ChatGPT (which is free at chat.openai.com), so please only use this version for needs assessment related chats.""" ,
|
187 |
elem_id="header")
|
188 |
|
189 |
|