Update app.py
Browse files
app.py
CHANGED
@@ -9,9 +9,7 @@ with gr.Blocks() as set_api_key:
|
|
9 |
"""
|
10 |
# Welcome to OntoChat! π
|
11 |
|
12 |
-
|
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)
|