Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ def generate_tutor_output(subject: str, difficulty: str, student_input: str) ->
|
|
| 20 |
You are an expert tutor in {subject} at the {difficulty} level. The student has provided the following input: "{student_input}"
|
| 21 |
Please generate:
|
| 22 |
1. A brief, engaging lesson on the topic (2-3 paragraphs)
|
| 23 |
-
2. A thought-provoking example with answers to check understanding
|
| 24 |
3. Give a real-world problem that can be solved with the lesson
|
| 25 |
|
| 26 |
Format your response as a JSON object with keys: "lesson", "example", "real_world_problem"
|
|
|
|
| 20 |
You are an expert tutor in {subject} at the {difficulty} level. The student has provided the following input: "{student_input}"
|
| 21 |
Please generate:
|
| 22 |
1. A brief, engaging lesson on the topic (2-3 paragraphs)
|
| 23 |
+
2. A thought-provoking example with answers to the example to check understanding
|
| 24 |
3. Give a real-world problem that can be solved with the lesson
|
| 25 |
|
| 26 |
Format your response as a JSON object with keys: "lesson", "example", "real_world_problem"
|