Hackavist commited on
Commit
6e8709b
1 Parent(s): 9d1baf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def main():
21
  print("Hi! I am a simple AI chatbot built using Hugging Face.")
22
  print("Type 'quit' to exit the program.")
23
  while True:
24
- query = input("Your Question: ").strip()
25
  if query.lower() == "quit":
26
  break
27
  else:
 
21
  print("Hi! I am a simple AI chatbot built using Hugging Face.")
22
  print("Type 'quit' to exit the program.")
23
  while True:
24
+ query = input("Your Question: ")#.strip()
25
  if query.lower() == "quit":
26
  break
27
  else: