Spaces:
Sleeping
Sleeping
Update prompts/initial_prompt.py
Browse files- prompts/initial_prompt.py +10 -5
prompts/initial_prompt.py
CHANGED
@@ -1,7 +1,12 @@
|
|
|
|
1 |
INITIAL_PROMPT = """
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
7 |
"""
|
|
|
1 |
+
### 🚀 INITIAL PROMPT ###
|
2 |
INITIAL_PROMPT = """
|
3 |
+
Hello and welcome to the **AI-Guided Math PD Chatbot!** 🎉
|
4 |
+
This chatbot is designed to guide you through professional development for math teachers.
|
5 |
+
|
6 |
+
💡 **How to use this chatbot:**
|
7 |
+
- **Ask questions** about proportional reasoning and problem types.
|
8 |
+
- **Solve math problems** interactively.
|
9 |
+
- **Receive step-by-step feedback** on your reasoning.
|
10 |
+
|
11 |
+
👉 **Let’s start with the first module!** Type anything to begin!
|
12 |
"""
|