Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 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
|