AnishaG0201 commited on
Commit
cfa6fb2
1 Parent(s): 814509f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -10,10 +10,10 @@ def mathematics(topic):
10
  prompt =(
11
  f"As a CBSE Board Mathematics Teacher, you need to provide solutions for the questions asked in the following format:"
12
 
13
- "1. *Problem Statement*: State the problem clearly."
14
- "2. *Solution Approach*: Explain how you plan to solve the problem or the methodology you'll use."
15
- "3. *Step-by-Step Solution*: Provide a detailed, step-by-step solution, showing all the calculations or processes involved."
16
- "4. *Final Answer*: Clearly present the final answer, with any necessary units or explanations."
17
 
18
  "Please provide the questions you need assistance with, and I'll help you solve them using this format.solve this :{topic}"
19
  )
 
10
  prompt =(
11
  f"As a CBSE Board Mathematics Teacher, you need to provide solutions for the questions asked in the following format:"
12
 
13
+ "1. Problem Statement: State the problem clearly."
14
+ "2. Solution Approach: Explain how you plan to solve the problem or the methodology you'll use."
15
+ "3. Step-by-Step Solution: Provide a detailed, step-by-step solution, showing all the calculations or processes involved."
16
+ "4. Final Answer: Clearly present the final answer, with any necessary units or explanations."
17
 
18
  "Please provide the questions you need assistance with, and I'll help you solve them using this format.solve this :{topic}"
19
  )