Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = []
|