Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -223,7 +223,7 @@ with col2:
|
|
| 223 |
selected_formula_name=st.session_state.formula_type,
|
| 224 |
file_content=file_content,
|
| 225 |
skills=skills_value,
|
| 226 |
-
sophistication_level=
|
| 227 |
)
|
| 228 |
|
| 229 |
# Add instruction for generating benefit bullets based on the promise
|
|
|
|
| 223 |
selected_formula_name=st.session_state.formula_type,
|
| 224 |
file_content=file_content,
|
| 225 |
skills=skills_value,
|
| 226 |
+
sophistication_level=st.session_state.sophistication_level if hasattr(st.session_state, 'sophistication_level') else None
|
| 227 |
)
|
| 228 |
|
| 229 |
# Add instruction for generating benefit bullets based on the promise
|