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

try docstring

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