1hangzhao commited on
Commit
d88f23d
Β·
verified Β·
1 Parent(s): eaeebfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ with gr.Blocks() as user_story_interface:
34
  user_story_chatbot = gr.Chatbot(
35
  value=[
36
  {"role": "assistant", "content": (
37
- "Hello! I'm OntoChat 😊. I'll help you create an ontology user story! \n\n**1.** Don't worry about promptingβ€”**find the template πŸ“„ and edit the placeholders πŸ“** to craft a high-quality response πŸ‘. \n\n**2.** Placeholders **\*\*[]\*\*** are **mandatory**; placeholders **\*[]\*** are **optional**. \n\n**3.** Feel free to ask OntoChat any questions if needed. \n\nLet's get started! **Which domain is this ontology for?** For example, 'Healthcare, Wine, Music, etc.'. Use template **[Create Domain]** to answer."
38
  )}
39
  ],
40
  height="472px",
 
34
  user_story_chatbot = gr.Chatbot(
35
  value=[
36
  {"role": "assistant", "content": (
37
+ "Hello! I'm OntoChat 😊. I'll help you create an ontology user story!\n\n 1. I will ask you one **elicitation question** at a time, present an **example answer** to support your understanding, and recommend a **prompt template** πŸ“„ for answering.\n\n 2. Don't worry about promptingβ€”find the **template** πŸ“„ I recommended and edit the **placeholders** πŸ“ to craft an effective response πŸ‘.\n\n 3. Within a prompt template:\n - **\*\*[]\*\*** placeholders are **mandatory**.\n - **\*[]\*** placeholders are **optional**.\n\n 4. I will **refine** my generation iteratively based on your input πŸ”„ until you are satisfied βœ….\n\nLet's get started! **Which domain is this ontology for?**\n\n**For example:** *Healthcare, Wine, Music, etc.*\n\nUse template **[Create Domain]** to answer. πŸš€"
38
  )}
39
  ],
40
  height="472px",