Hackavist commited on
Commit
8182c47
1 Parent(s): 6abc741

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def main():
22
  print("Type 'quit' to exit the program.")
23
  query = ""
24
  while True:
25
- query = input("\nYour Question: ")
26
  if query.lower() == "quit":
27
  break
28
  if len(query) > 0:
 
22
  print("Type 'quit' to exit the program.")
23
  query = ""
24
  while True:
25
+ query = input("Your Question: ")
26
  if query.lower() == "quit":
27
  break
28
  if len(query) > 0: