Bohui Zhang commited on
Commit
d1db014
·
1 Parent(s): 392d9c7

Augment user story prompt

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -29,8 +29,9 @@ with gr.Blocks() as user_story_interface:
29
  with gr.Row():
30
  with gr.Column():
31
  user_story_chatbot = gr.Chatbot([
32
- [None, "Hello! I am OntoChat, your conversational ontology engineering assistant. Let's start with the "
33
- "persona. What are the name, occupations, skills, interests of the user?"],
 
34
  ])
35
  user_story_input = gr.Textbox(
36
  label="Chatbot input",
 
29
  with gr.Row():
30
  with gr.Column():
31
  user_story_chatbot = gr.Chatbot([
32
+ [None, "Hello! I am OntoChat, your conversational ontology engineering assistant. I will guide you step"
33
+ " by step in the creation of a user story. Let's start with the persona. What are the name, "
34
+ "occupations, skills, interests of the user?"],
35
  ])
36
  user_story_input = gr.Textbox(
37
  label="Chatbot input",