david-thrower commited on
Commit
0183ad2
·
verified ·
1 Parent(s): d2094cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -255,5 +255,5 @@ print(agent.prompt_templates["system_prompt"])
255
 
256
  print(">>>> SYSTEM PROMPT:")
257
 
258
- print(agent.system_promp)
259
  GradioUI(agent).launch()
 
255
 
256
  print(">>>> SYSTEM PROMPT:")
257
 
258
+ print(agent.system_prompt)
259
  GradioUI(agent).launch()