wylum commited on
Commit
f25a926
·
verified ·
1 Parent(s): 0b6a473

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -360,7 +360,7 @@ def render_file(file):
360
 
361
  def purge_chat_and_render_first(file):
362
  print("purge_chat_and_render_first")
363
- print("file class= "+ type(file))
364
  # Purges the previous chat session so that the bot has no concept of previous documents
365
  chat_history = []
366
  history = []
 
360
 
361
  def purge_chat_and_render_first(file):
362
  print("purge_chat_and_render_first")
363
+ print("file class= "+ str(type(file)))
364
  # Purges the previous chat session so that the bot has no concept of previous documents
365
  chat_history = []
366
  history = []