Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import inspect # To get source code for __repr__
|
|
5 |
import pandas as pd # For displaying results in a table
|
6 |
|
7 |
# --- Constants ---
|
8 |
-
DEFAULT_API_URL = "
|
9 |
|
10 |
# --- Basic Agent Definition ---
|
11 |
|
|
|
5 |
import pandas as pd # For displaying results in a table
|
6 |
|
7 |
# --- Constants ---
|
8 |
+
DEFAULT_API_URL = "https://jofthomas-unit4-scoring.hf.space/" # Default URL for your FastAPI app
|
9 |
|
10 |
# --- Basic Agent Definition ---
|
11 |
|