Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -330,6 +330,7 @@ def run_action(purpose, task, history, action_name, action_input,result):
|
|
330 |
return "MAIN", None, history, task, result
|
331 |
|
332 |
def run(purpose,history):
|
|
|
333 |
task=None
|
334 |
result=""
|
335 |
#history = ""
|
|
|
330 |
return "MAIN", None, history, task, result
|
331 |
|
332 |
def run(purpose,history):
|
333 |
+
yield "Searching..."
|
334 |
task=None
|
335 |
result=""
|
336 |
#history = ""
|