alibicer commited on
Commit
83d34c1
·
verified ·
1 Parent(s): 864874f

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/main_prompt.py +1 -2
prompts/main_prompt.py CHANGED
@@ -37,7 +37,7 @@ PROBLEM_SOLUTIONS_PROMPT = """
37
  #### **Problem 1: Missing Value Problem**
38
  We set up the proportion:
39
  $$
40
- \frac{2 \text{ cm}}{25 \text{ miles}} = \frac{24 \text{ cm}}{x \text{ miles}}
41
  $$
42
  Cross-multiply:
43
  $$
@@ -129,4 +129,3 @@ $$
129
 
130
  *"I'm here to help! Let’s keep the conversation going."*
131
  """
132
-
 
37
  #### **Problem 1: Missing Value Problem**
38
  We set up the proportion:
39
  $$
40
+ \frac{2 \,\text{cm}}{25 \,\text{miles}} = \frac{24 \,\text{cm}}{x \,\text{miles}}
41
  $$
42
  Cross-multiply:
43
  $$
 
129
 
130
  *"I'm here to help! Let’s keep the conversation going."*
131
  """