RamV commited on
Commit
71a3ac1
·
1 Parent(s): 2511499

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"