jc7k commited on
Commit
295fd52
·
1 Parent(s): 240a3f9

Corrected typo on line 11

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from smolagents import ToolCallingAgent, HfApiModel, DuckDuckGoSearchTool
8
 
9
  # (Keep Constants as is)
10
  # --- Constants ---
11
- DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space".
12
 
13
  # --- Basic Agent Definition ---
14
  # ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
 
8
 
9
  # (Keep Constants as is)
10
  # --- Constants ---
11
+ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
12
 
13
  # --- Basic Agent Definition ---
14
  # ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------