1hangzhao commited on
Commit
8c8c9da
·
verified ·
1 Parent(s): c9cfa8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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\n1. Don't worry about prompting—**find the template 📄 and edit the placeholders 📝** to craft a high-quality response 👍. \n\n2. Placeholders **\*\*[]\*\*** are **mandatory**; placeholders **\*[]\*** are **optional**. \n\n3. 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",
 
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",