Spaces:
Running
Running
crcdng
commited on
Commit
·
018c84b
1
Parent(s):
25533dd
try docstring
Browse files
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()
|
|