Update app.py
Browse files
app.py
CHANGED
|
@@ -68,8 +68,8 @@ agent = CodeAgent(
|
|
| 68 |
prompt_templates=prompt_templates
|
| 69 |
)
|
| 70 |
|
| 71 |
-
result = agent.run("Search for the latest news about AI")
|
| 72 |
-
print(result)
|
| 73 |
|
| 74 |
|
| 75 |
GradioUI(agent).launch()
|
|
|
|
| 68 |
prompt_templates=prompt_templates
|
| 69 |
)
|
| 70 |
|
| 71 |
+
# result = agent.run("Search for the latest news about AI")
|
| 72 |
+
# print(result)
|
| 73 |
|
| 74 |
|
| 75 |
GradioUI(agent).launch()
|