Update interface.py
Browse files- interface.py +1 -1
interface.py
CHANGED
|
@@ -181,7 +181,7 @@ class ChatInterface:
|
|
| 181 |
role="assistant", content=f"❌ Error: {str(e)}", metadata={"title": "Error"}
|
| 182 |
)
|
| 183 |
)
|
| 184 |
-
yield chat_history, self.display_file_path
|
| 185 |
|
| 186 |
|
| 187 |
def create_demo(agent, tools_dict):
|
|
|
|
| 181 |
role="assistant", content=f"❌ Error: {str(e)}", metadata={"title": "Error"}
|
| 182 |
)
|
| 183 |
)
|
| 184 |
+
yield chat_history, self.display_file_path, ""
|
| 185 |
|
| 186 |
|
| 187 |
def create_demo(agent, tools_dict):
|