RamV commited on
Commit
a970886
·
1 Parent(s): 73ae373

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -34,4 +34,7 @@ def generate_response(user_input):
34
  while True:
35
  user_input = input("You: ")
36
  response = generate_response(user_input)
37
- print("Chatbot:", response)
 
 
 
 
34
  while True:
35
  user_input = input("You: ")
36
  response = generate_response(user_input)
37
+ print("Chatbot:", response)
38
+ print("Welcome to the chatbot!")
39
+ print("Welcome to the chatbot!\n")
40
+