reshav1 commited on
Commit
36ee36e
·
verified ·
1 Parent(s): edef066

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,5 +32,5 @@ if user_input:
32
 
33
  # Generate response based on user input
34
 
35
- bot_response = generate_response(uinput)
36
  print("Bot:", bot_response)
 
32
 
33
  # Generate response based on user input
34
 
35
+ bot_response = generate_response(user_input)
36
  print("Bot:", bot_response)