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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def generate_response(user_input):
24
  # Start the chat loop
25
  while True:
26
  # Get user input
27
- uinput = st.text_input("Enter your input: ")
28
 
29
  if uinput.lower() == "quit":
30
  break
 
24
  # Start the chat loop
25
  while True:
26
  # Get user input
27
+ user_input = st.text_input("Enter your input: ")
28
 
29
  if uinput.lower() == "quit":
30
  break