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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,5 +32,5 @@ if user_input:
32
 
33
  # Generate response based on user input
34
 
35
- bot_response = generate_response(user_input)
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)