Spaces:
Running
Running
broadfield
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -155,8 +155,9 @@ def agent(prompt_in,history,mod_in=[2]):
|
|
155 |
#print(prompt)
|
156 |
print('mod ',mod)
|
157 |
in_data=[None,None,None,None,None,]
|
158 |
-
in_data[0]=prompt_in['text']
|
159 |
-
|
|
|
160 |
fn=""
|
161 |
com=""
|
162 |
go=True
|
|
|
155 |
#print(prompt)
|
156 |
print('mod ',mod)
|
157 |
in_data=[None,None,None,None,None,]
|
158 |
+
#in_data[0]=prompt_in['text']
|
159 |
+
in_data[0]=prompt_in
|
160 |
+
prompt=prompt_in
|
161 |
fn=""
|
162 |
com=""
|
163 |
go=True
|