crcdng commited on
Commit
25533dd
·
1 Parent(s): fc47b87

print docstring

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -50,4 +50,5 @@ agent = CodeAgent(
50
  prompt_templates=prompt_templates
51
  )
52
 
53
- GradioUI(agent).launch()
 
 
50
  prompt_templates=prompt_templates
51
  )
52
 
53
+ GradioUI(agent).launch()
54
+ print(get_current_time_in_timezone.__doc__)