Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ with gr.Blocks() as user_story_interface:
|
|
37 |
user_story_chatbot = gr.Chatbot(
|
38 |
value=[
|
39 |
{"role": "assistant", "content": (
|
40 |
-
"Hello! I'm OntoChat 😊. I'll help you create an ontology user story! \n\
|
41 |
)}
|
42 |
],
|
43 |
height="472px",
|
|
|
37 |
user_story_chatbot = gr.Chatbot(
|
38 |
value=[
|
39 |
{"role": "assistant", "content": (
|
40 |
+
"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."
|
41 |
)}
|
42 |
],
|
43 |
height="472px",
|