Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -281,13 +281,12 @@ if selected_app == "4) Create Chatbot":
|
|
281 |
for i in range(num_domains):
|
282 |
domain_link = st.text_input(f"Please enter link to dataset {i} with the format username/dataset_name", "Example: KeshavRa/About_YSA_Database")
|
283 |
domain_name = st.text_input(f"What should domain {i} be called in the chatbot itself", "Example: About YSA")
|
284 |
-
domain_purpose = st.text_area(f"What is the purpose of domain {i}, provide example questions (this will be visible to users of the chatbot)", '''
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
--> What are the three empowerment-focused program areas of YSA?
|
291 |
'''
|
292 |
)
|
293 |
domain_instructions = st.text_input(f"What baseline instructions/specifications should be sent to ChatGPT to answer questions in domain {i}", "Example: You are an assistant to help the user learn more about Youth Spirit Artworks")
|
|
|
281 |
for i in range(num_domains):
|
282 |
domain_link = st.text_input(f"Please enter link to dataset {i} with the format username/dataset_name", "Example: KeshavRa/About_YSA_Database")
|
283 |
domain_name = st.text_input(f"What should domain {i} be called in the chatbot itself", "Example: About YSA")
|
284 |
+
domain_purpose = st.text_area(f"What is the purpose of domain {i}, provide example questions (this will be visible to users of the chatbot)", '''Example: On this page, you can learn about what YSA does, how YSA was started, the advisory board, and the programs we offer.
|
285 |
+
Example Questions
|
286 |
+
--> What is the purpose of Youth Spirit Artworks?
|
287 |
+
--> Who created YSA?
|
288 |
+
--> What is the Advisory Board for Youth Spirit Artworks?
|
289 |
+
--> What are the three empowerment-focused program areas of YSA?
|
|
|
290 |
'''
|
291 |
)
|
292 |
domain_instructions = st.text_input(f"What baseline instructions/specifications should be sent to ChatGPT to answer questions in domain {i}", "Example: You are an assistant to help the user learn more about Youth Spirit Artworks")
|