Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -345,7 +345,7 @@ def run(purpose,history):
|
|
345 |
task=None
|
346 |
directory="./"
|
347 |
if history:
|
348 |
-
history=
|
349 |
if not history:
|
350 |
history = ""
|
351 |
|
|
|
345 |
task=None
|
346 |
directory="./"
|
347 |
if history:
|
348 |
+
history=str(history).strip("[]")
|
349 |
if not history:
|
350 |
history = ""
|
351 |
|