NihalGazi commited on
Commit
f4b21ec
·
verified ·
1 Parent(s): 2616683

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -16,7 +16,8 @@ The output should be in JSON format with the following structure:
16
  "reactants": ["reactant 1", "reactant 2"],
17
  "products": ["product 1", "product 2"],
18
  "reason": "Describe the reason or logic behind this step",
19
- "reagent": "Optional reagent or conditions for this step"
 
20
  },
21
  "step 2": { ... }
22
  ...
 
16
  "reactants": ["reactant 1", "reactant 2"],
17
  "products": ["product 1", "product 2"],
18
  "reason": "Describe the reason or logic behind this step",
19
+ "reagent": "Optional reagent or conditions for this step",
20
+ "conditions": "Environmental conditions like temperature and pressure for this step"
21
  },
22
  "step 2": { ... }
23
  ...