Namitg02 commited on
Commit
c12c34f
·
verified ·
1 Parent(s): 4cfdec8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ def talk(prompt, history):
122
  with open("./file.txt", "a") as data:
123
  data.write(historylog)
124
  # Read the contents of the file to display it.
125
- print("History log printed:")
126
  with open("./file.txt", "r") as data:
127
  print(data.read())
128
 
 
122
  with open("./file.txt", "a") as data:
123
  data.write(historylog)
124
  # Read the contents of the file to display it.
125
+ print("History log printed:")
126
  with open("./file.txt", "r") as data:
127
  print(data.read())
128