Alexandre Gazola commited on
Commit
1bbf00e
·
2 Parent(s): cda1b6d 8c04bbe

Merge branch 'main' of https://huggingface.co/spaces/agazo/AGAZO_Final_Assignment into main

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ from internet_search_tool import internet_search
19
  from botanical_classification_tool import get_botanical_classification
20
  from excel_parser_tool import parse_excel
21
 
22
- # (Keep Constants as is)
23
  # --- Constants ---
24
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
25
 
 
19
  from botanical_classification_tool import get_botanical_classification
20
  from excel_parser_tool import parse_excel
21
 
22
+ # (Keep Constants as is) ok!
23
  # --- Constants ---
24
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
25