RamV commited on
Commit
f98c73d
·
1 Parent(s): d64949d

Update app.py

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