Skip to content

Commit 0d44ce2

Browse files
author
Maryanne Gichohi
committed
Add extra line
1 parent 31cb4d8 commit 0d44ce2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • examples/Python/ChatAgent

examples/Python/ChatAgent/app.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ async def main():
2626
print("Agent response: ", response.text)
2727
input("Press enter to continue...")
2828

29-
3029
print("Exiting... Goodbye...")
3130

3231
if __name__ == "__main__":
33-
asyncio.run(main())
32+
asyncio.run(main())

0 commit comments

Comments
 (0)