Update app.py
Browse files
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
|
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 user story for an ontology-based system!\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\n Let's get started! **What is the domain for which this ontology-based system is designed?**\n\n **For example:** *Healthcare, Wine, Music, etc.*\n\n Use template **[Create Domain]** to answer. ๐"
|
38 |
)}
|
39 |
],
|
40 |
height="472px",
|