Spaces:
Running
Running
Commit
·
ad24c4b
1
Parent(s):
df0388b
Update app.py
Browse files
app.py
CHANGED
@@ -143,7 +143,7 @@ if st.session_state.gpt_response is not None:
|
|
143 |
loaded_recipe = json.loads(st.session_state.gpt_response['choices'][0]['message']["function_call"]["arguments"])
|
144 |
st.header(loaded_recipe['name'])
|
145 |
# st.write(f"**Serving Size: {loaded_recipe['recipe_serving_size']}**")
|
146 |
-
st.write(f"**
|
147 |
st.subheader("Ingredients:")
|
148 |
try:
|
149 |
md_ingredients = ''
|
|
|
143 |
loaded_recipe = json.loads(st.session_state.gpt_response['choices'][0]['message']["function_call"]["arguments"])
|
144 |
st.header(loaded_recipe['name'])
|
145 |
# st.write(f"**Serving Size: {loaded_recipe['recipe_serving_size']}**")
|
146 |
+
st.write(f"**Description:** {loaded_recipe['description']}")
|
147 |
st.subheader("Ingredients:")
|
148 |
try:
|
149 |
md_ingredients = ''
|