reshav1 commited on
Commit
15a0183
·
verified ·
1 Parent(s): c4e9b11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,6 +31,6 @@ while True:
31
 
32
 
33
  # Generate response based on user input
34
- st.button("generate")
35
- bot_response = generate_response(line) # Assuming generate_response is defined elsewhere
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)