Update app.py
Browse files
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 |
|