Spaces:
Running
Running
Update app.py
Browse files
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[
|
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()
|