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

print function

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