JeCabrera commited on
Commit
47d79bd
·
verified ·
1 Parent(s): 63a0e26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -201,7 +201,7 @@ with col2:
201
  # In the generate_offer function or wherever the error is occurring
202
  # The function definition needs proper indentation for its body
203
  # Where you're generating the offer
204
- def generate_offer():
205
  # Get necessary variables
206
  selected_formula_name = st.session_state.formula_type
207
  avatar_description = st.session_state.target_audience
 
201
  # In the generate_offer function or wherever the error is occurring
202
  # The function definition needs proper indentation for its body
203
  # Where you're generating the offer
204
+ def generate_offer():
205
  # Get necessary variables
206
  selected_formula_name = st.session_state.formula_type
207
  avatar_description = st.session_state.target_audience