Alexandre Gazola commited on
Commit
f844bc4
·
1 Parent(s): 83c3dce
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -56,8 +56,6 @@ class LangChainAgent:
56
  def __call__(self, question: str) -> str:
57
  print(f"LangChain agent received: {question[:50]}...")
58
 
59
- download_file_as_base64
60
-
61
  #print("Waiting 60s before answering")
62
  #time.sleep(10) # Delay for 60 seconds
63
 
 
56
  def __call__(self, question: str) -> str:
57
  print(f"LangChain agent received: {question[:50]}...")
58
 
 
 
59
  #print("Waiting 60s before answering")
60
  #time.sleep(10) # Delay for 60 seconds
61