broadfield commited on
Commit
a20ffdb
·
verified ·
1 Parent(s): b37eaa7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -150,8 +150,7 @@ def build_space(repo_name,file_name,file_content,access_token=""):
150
  return [{'role':'assistant','content': 'There was an Error: '+e}]
151
 
152
 
153
- def agent(prompt_in,history,mod_in=[2]):
154
- mod=mod_in[0]
155
  #print(prompt)
156
  print('mod ',mod)
157
  in_data=[None,None,None,None,None,]
 
150
  return [{'role':'assistant','content': 'There was an Error: '+e}]
151
 
152
 
153
+ def agent(prompt_in,history,mod=2):
 
154
  #print(prompt)
155
  print('mod ',mod)
156
  in_data=[None,None,None,None,None,]