Anustup commited on
Commit
af3bc52
·
verified ·
1 Parent(s): d34fae4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -185,8 +185,9 @@ def page4():
185
  "required": ["Model", "Background"],
186
  "additionalProperties": False
187
  }
 
188
  prompt_to_get_details = (f"You are provided with a brief of a Fashion Shoot : "
189
- f"{st.session_state["json_descriptions"]}.\n Now provide me a JSON which will"
190
  f"have two keys ```Model``` and ```Background```. Provide all detail's"
191
  f"present about model and background in the brief provided by you. Just provide a "
192
  f"natural langauge description. I will use it as description of model and "
 
185
  "required": ["Model", "Background"],
186
  "additionalProperties": False
187
  }
188
+ session_state_desp = st.session_state["json_descriptions"]
189
  prompt_to_get_details = (f"You are provided with a brief of a Fashion Shoot : "
190
+ f"{session_state_desp}.\n Now provide me a JSON which will"
191
  f"have two keys ```Model``` and ```Background```. Provide all detail's"
192
  f"present about model and background in the brief provided by you. Just provide a "
193
  f"natural langauge description. I will use it as description of model and "