Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,10 +5,6 @@ import requests
|
|
5 |
import inspect
|
6 |
import pandas as pd
|
7 |
|
8 |
-
from huggingface_hub import notebook_login
|
9 |
-
|
10 |
-
notebook_login()
|
11 |
-
|
12 |
# (Keep Constants as is)
|
13 |
# --- Constants ---
|
14 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
|
5 |
import inspect
|
6 |
import pandas as pd
|
7 |
|
|
|
|
|
|
|
|
|
8 |
# (Keep Constants as is)
|
9 |
# --- Constants ---
|
10 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|