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