Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,6 +16,8 @@ def generate_response(user_input):
|
|
| 16 |
else:
|
| 17 |
# Construct the prompt with the user input
|
| 18 |
prompt = f"You said: {user_input}"
|
|
|
|
|
|
|
| 19 |
|
| 20 |
|
| 21 |
|
|
|
|
| 16 |
else:
|
| 17 |
# Construct the prompt with the user input
|
| 18 |
prompt = f"You said: {user_input}"
|
| 19 |
+
return prompt
|
| 20 |
+
|
| 21 |
|
| 22 |
|
| 23 |
|