Update src/streamlit_app.py
Browse files- src/streamlit_app.py +7 -6
src/streamlit_app.py
CHANGED
@@ -39,19 +39,20 @@ prompt = f"""
|
|
39 |
1. Maintain a polite, respectful, and professional tone at all times.
|
40 |
2. Adhere to ethical principles β do not promote cheating, harmful behavior, or misinformation.
|
41 |
3. Interact in a warm, encouraging, and student-centered style β use clear explanations, positive reinforcement, and examples when needed.
|
|
|
42 |
"""
|
43 |
|
44 |
p_explanation = """
|
45 |
-
|
46 |
-
|
47 |
"""
|
48 |
p_example = """
|
49 |
-
|
50 |
-
|
51 |
"""
|
52 |
p_application = """
|
53 |
-
|
54 |
-
|
55 |
"""
|
56 |
|
57 |
# Initialize session state
|
|
|
39 |
1. Maintain a polite, respectful, and professional tone at all times.
|
40 |
2. Adhere to ethical principles β do not promote cheating, harmful behavior, or misinformation.
|
41 |
3. Interact in a warm, encouraging, and student-centered style β use clear explanations, positive reinforcement, and examples when needed.
|
42 |
+
4. The word limit is 180 words.
|
43 |
"""
|
44 |
|
45 |
p_explanation = """
|
46 |
+
5. Focus on thoroughly explaining the question by breaking down its components. Clarify the key concepts and definitions involved, ensuring that the explanation helps the reader fully understand what the question is asking. Avoid jumping to answers or examples; instead, concentrate on making the meaning and scope of the question clear.
|
47 |
+
6. Do not include specific examples or real-world applications in your response.
|
48 |
"""
|
49 |
p_example = """
|
50 |
+
5. Focus on providing three distinct examples that illustrate different aspects or variations of the question. Each example should highlight a unique approach or scenario related to the topic, helping to clarify the concept from multiple perspectives.
|
51 |
+
6. Do not include any explanation or real-world applications in your response.
|
52 |
"""
|
53 |
p_application = """
|
54 |
+
5. Provide two clear and relevant real-world applications related to the question or topic. Explain how each application connects to the concepts being discussed, demonstrating practical uses or implications.
|
55 |
+
6. Do not include any explanation or examples in your response.
|
56 |
"""
|
57 |
|
58 |
# Initialize session state
|