Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
+
|