RamV commited on
Commit
3516ecb
·
1 Parent(s): dbe752e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def generate_response(user_input):
26
  else:
27
  # Construct the prompt with the user input
28
  prompt = f"You said: {user_input}"
29
- return prompt
30
 
31
 
32
  # Generate a response using the OpenAI API
 
26
  else:
27
  # Construct the prompt with the user input
28
  prompt = f"You said: {user_input}"
29
+
30
 
31
 
32
  # Generate a response using the OpenAI API