Dhruv-Ty commited on
Commit
d3ab513
Β·
verified Β·
1 Parent(s): 6fd4eef

Update interface.py

Browse files
Files changed (1) hide show
  1. 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):