ipvikas commited on
Commit
5433d51
1 Parent(s): 41530a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -317,7 +317,7 @@ def get_response(msg):
317
  print("Let's chat! (type 'quit' to exit)")
318
  while True:
319
  # sentence = "do you use credit cards?"
320
- input_text= input("You: ")
321
  if input_text== "quit":
322
  break
323
 
 
317
  print("Let's chat! (type 'quit' to exit)")
318
  while True:
319
  # sentence = "do you use credit cards?"
320
+ input_text= str(input("You: "))
321
  if input_text== "quit":
322
  break
323