Antonio Cheong commited on
Commit
e0cc52d
·
1 Parent(s): 9853364

formatting

Browse files
Files changed (1) hide show
  1. src/EdgeGPT.py +2 -1
src/EdgeGPT.py CHANGED
@@ -376,8 +376,9 @@ async def main():
376
  bot = Chatbot()
377
  session = create_session()
378
  while True:
379
- print("\nYou:\n")
380
  question = await get_input_async(session=session)
 
381
  if question == "!exit":
382
  break
383
  elif question == "!help":
 
376
  bot = Chatbot()
377
  session = create_session()
378
  while True:
379
+ print("\nYou:")
380
  question = await get_input_async(session=session)
381
+ print()
382
  if question == "!exit":
383
  break
384
  elif question == "!help":