Spaces:
Sleeping
Sleeping
modified intro
Browse files
app.py
CHANGED
@@ -59,11 +59,17 @@ retrieval_augmented_qa_chain = (
|
|
59 |
)
|
60 |
|
61 |
opening_content = """
|
62 |
-
Welcome!
|
63 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
- Artificial Intelligence Risk Management Framework: Generative Artificial Intelligence Profile
|
65 |
|
66 |
-
What
|
67 |
"""
|
68 |
|
69 |
@cl.on_chat_start
|
|
|
59 |
)
|
60 |
|
61 |
opening_content = """
|
62 |
+
Welcome!
|
63 |
+
|
64 |
+
I am AI Mentor - your guide to understanding the evolving AI industry.
|
65 |
+
|
66 |
+
My goal is to help you learn how to think about building ethical and useful applications.
|
67 |
+
|
68 |
+
I can answer your questions on AI based on the following 2 documents:
|
69 |
+
- Blueprint for an AI Bill of Rights by the Whitehouse Office of Science and Technology Policy
|
70 |
- Artificial Intelligence Risk Management Framework: Generative Artificial Intelligence Profile
|
71 |
|
72 |
+
What would you like to learn about AI today?
|
73 |
"""
|
74 |
|
75 |
@cl.on_chat_start
|