Skip to content

Commit c4c90d6

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • examples/Python/ChatAgent

examples/Python/ChatAgent/app.py

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

29-
print("Exiting... Goodbye...")
29+
print("Exiting... Goodbye...")
3030

3131
if __name__ == "__main__":
3232
asyncio.run(main())

0 commit comments

Comments
 (0)