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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,6 +35,6 @@ 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
 
 
 
35
  user_input = input("You: ")
36
  response = generate_response(user_input)
37
  print("Chatbot:", response)
 
38
  print("Welcome to the chatbot!\n")
39
 
40
+