reshav1 commited on
Commit
16daff6
·
verified ·
1 Parent(s): f5aa9c6

Update app.py

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