gprasanna commited on
Commit
c36c687
·
verified ·
1 Parent(s): fdc6408

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,5 +14,5 @@ agent = CodeAgent(
14
  )
15
 
16
  # Run a query that may trigger web search
17
- result = agent.run("Who is the CEO of Hugging Face?")
18
  print(result)
 
14
  )
15
 
16
  # Run a query that may trigger web search
17
+ result = agent.run("What day is it today?")
18
  print(result)