geadmin commited on
Commit
ecc89a8
·
1 Parent(s): 61cd796

update requirements

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import inspect
5
  import pandas as pd
6
  from smolagents import ToolCallingAgent, DuckDuckGoSearchTool, HfApiModel
7
 
 
8
  # (Keep Constants as is)
9
  # --- Constants ---
10
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
 
5
  import pandas as pd
6
  from smolagents import ToolCallingAgent, DuckDuckGoSearchTool, HfApiModel
7
 
8
+
9
  # (Keep Constants as is)
10
  # --- Constants ---
11
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"