Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,6 +31,6 @@ while True:
|
|
31 |
|
32 |
|
33 |
# Generate response based on user input
|
34 |
-
|
35 |
-
bot_response = generate_response(
|
36 |
print("Bot:", bot_response)
|
|
|
31 |
|
32 |
|
33 |
# Generate response based on user input
|
34 |
+
|
35 |
+
bot_response = generate_response(uinput)
|
36 |
print("Bot:", bot_response)
|