sean1 commited on
Commit
d0293b0
·
1 Parent(s): b2c7c29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ class ChatWrapper:
34
  def __init__(self):
35
  self.lock = Lock()
36
  def __call__(
37
- self, api_key: str, inp: str, history: Optional[Tuple[str, str]], chain: Optional[ConversationChain]
38
  ):
39
  """Execute the chat functionality."""
40
  self.lock.acquire()
 
34
  def __init__(self):
35
  self.lock = Lock()
36
  def __call__(
37
+ self, api_key: str, inp: str, history: Optional[Tuple[str, str]], chain: Optional[create_pandas_dataframe_agent]
38
  ):
39
  """Execute the chat functionality."""
40
  self.lock.acquire()