Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
...
|