Hemanth Yerra commited on
Commit
d10cf6b
·
1 Parent(s): 1d96da5

added comment

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -69,4 +69,5 @@ agent = CodeAgent(
69
  prompt_templates=prompt_templates
70
  )
71
 
 
72
  GradioUI(agent).launch()
 
69
  prompt_templates=prompt_templates
70
  )
71
 
72
+ #removed Kwargs
73
  GradioUI(agent).launch()