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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -9,9 +9,7 @@ with gr.Blocks() as set_api_key:
9
  """
10
  # Welcome to OntoChat! πŸ‘‹
11
 
12
- ### Introduction
13
-
14
- Hi there! I'm OntoChat, your conversational assistant πŸ€– here to support you generate ontology user stories πŸŽ‰. I simplify the process by combining human input with GenAI capabilities ✨. Whether you're experienced with prompt engineering or not, I'm here to guide you step by step by (1) asking questions ❓ for elicitation, (2) offering example answers πŸ’‘ for guidance, (3) providing predefined templates πŸ“‹ to help craft effective prompts, and (4) refining πŸ› οΈ your input into a formal user story. Let's make ontology requirements collection easier and more efficient together πŸš€! For more details, visit 🌐 [OntoChat on GitHub](https://github.com/King-s-Knowledge-Graph-Lab/OntoChat).
15
  """
16
  )
17
 
@@ -205,4 +203,4 @@ demo = gr.TabbedInterface(
205
  )
206
 
207
  if __name__ == "__main__":
208
- demo.launch(share=True)
 
9
  """
10
  # Welcome to OntoChat! πŸ‘‹
11
 
12
+ Hi there! I'm OntoChat, your conversational assistant for collaborative ontology engineering. (1) πŸ“‹ I assist with ontology requirements elicitation by asking targeted questions, collecting user inputs, providing example answers, and recommending prompt templates to guide you. (2) πŸ“ I offer customizable prompts designed for different interaction stages, ensuring structured guidance throughout the process. (3) βš™οΈ You can edit placeholders within these templates to refine constraints and shape my responses to fit your specific needs. (4) πŸ”„ I continuously improve my responses based on your feedback until you're satisfied. Let's make ontology development smoother and more interactive! πŸš€ For more details, visit 🌐 [OntoChat on GitHub](https://github.com/King-s-Knowledge-Graph-Lab/OntoChat).
 
 
13
  """
14
  )
15
 
 
203
  )
204
 
205
  if __name__ == "__main__":
206
+ demo.launch(share=True)