KeshavRa commited on
Commit
225835c
·
verified ·
1 Parent(s): c8a6ace

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -7
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
- Example: On this page, you can learn about what YSA does, how YSA was started, the advisory board, and the programs we offer.
286
- Example Questions
287
- --> What is the purpose of Youth Spirit Artworks?
288
- --> Who created YSA?
289
- --> What is the Advisory Board for Youth Spirit Artworks?
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")