Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,6 +15,7 @@ def generate_response(user_input):
|
|
| 15 |
else:
|
| 16 |
# Construct the prompt with the user input
|
| 17 |
prompt = f"You said: {user_input}"
|
|
|
|
| 18 |
|
| 19 |
def generate_response(user_input):
|
| 20 |
# Check if user input contains the phrase "who created you"
|
|
|
|
| 15 |
else:
|
| 16 |
# Construct the prompt with the user input
|
| 17 |
prompt = f"You said: {user_input}"
|
| 18 |
+
return prompt
|
| 19 |
|
| 20 |
def generate_response(user_input):
|
| 21 |
# Check if user input contains the phrase "who created you"
|