Refresh of ALL Demos in prep for 2.20 release

This commit is contained in:
MikeTheWatchGuy 2018-09-04 19:43:22 -04:00
parent e251bf1bf4
commit 8b78d6e955
24 changed files with 330 additions and 144 deletions

View file

@ -28,7 +28,7 @@ def ChatBotWithHistory():
]
form.Layout(layout)
# ---===--- Loop taking in user input and using it to query HowDoI --- #
# ---===--- Loop taking in user input and using it --- #
command_history = []
history_offset = 0
while True: