dipsmom commited on
Commit
789664c
1 Parent(s): 8cafe5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +11,8 @@ def mathematics(topic):
11
  f"solve this :{topic} 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
  llm = OpenAI(temperature=0.7, openai_api_key=st.secrets["OPENAI_API_KEY"])
 
11
  f"solve this :{topic} 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: Solve as per CBSE guidelines."
15
+ "3. Step-by-Step Solution: Show the method of solution."
16
  "4. Final Answer: Clearly present the final answer, with any necessary units or explanations."
17
  )
18
  llm = OpenAI(temperature=0.7, openai_api_key=st.secrets["OPENAI_API_KEY"])