JeCabrera commited on
Commit
48f7d6e
·
verified ·
1 Parent(s): bb7da61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=sophistication_levels.get(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
 
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