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 ontology user story
|
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",
|