Elias-CIC commited on
Commit
4c6206d
·
verified ·
1 Parent(s): 11a5a23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import inspect
5
  import pandas as pd
6
  from smolagents import (
7
  DuckDuckGoSearchTool,
8
- CodeAgent
9
  InferenceClientModel,
10
  )
11
 
 
5
  import pandas as pd
6
  from smolagents import (
7
  DuckDuckGoSearchTool,
8
+ CodeAgent,
9
  InferenceClientModel,
10
  )
11