Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def stream_chat_with_rag(
|
|
73 |
history.append((message, answer))
|
74 |
|
75 |
# Return the updated history
|
76 |
-
return history
|
77 |
|
78 |
|
79 |
# Function to handle PDF processing API call
|
|
|
73 |
history.append((message, answer))
|
74 |
|
75 |
# Return the updated history
|
76 |
+
#return history
|
77 |
|
78 |
|
79 |
# Function to handle PDF processing API call
|