Jofthomas HF Staff commited on
Commit
335f9f4
·
verified ·
1 Parent(s): 31243f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "http://127.0.0.1:8000" # Default URL for your FastAPI app
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