Spaces:
Sleeping
Sleeping
Commit
·
fdc222e
1
Parent(s):
1504dc1
bug fixed
Browse files
app.py
CHANGED
@@ -22,8 +22,8 @@ def new_chat():
|
|
22 |
}
|
23 |
|
24 |
def button_pressed():
|
25 |
-
|
26 |
-
return
|
27 |
|
28 |
# Main processing function
|
29 |
def run(audio, state):
|
|
|
22 |
}
|
23 |
|
24 |
def button_pressed():
|
25 |
+
new_chat_init = new_chat()
|
26 |
+
return new_chat_init, None, [], None, None
|
27 |
|
28 |
# Main processing function
|
29 |
def run(audio, state):
|
erp_core/runnable/__pycache__/primary_assistant_prompt.cpython-311.pyc
CHANGED
Binary files a/erp_core/runnable/__pycache__/primary_assistant_prompt.cpython-311.pyc and b/erp_core/runnable/__pycache__/primary_assistant_prompt.cpython-311.pyc differ
|
|