Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -49,6 +49,11 @@ class BasicAgent:
|
|
49 |
|
50 |
|
51 |
|
|
|
|
|
|
|
|
|
|
|
52 |
##Roba per la valutazione
|
53 |
|
54 |
def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
|
49 |
|
50 |
|
51 |
|
52 |
+
|
53 |
+
# (Keep Constants as is)
|
54 |
+
# --- Constants ---
|
55 |
+
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
56 |
+
|
57 |
##Roba per la valutazione
|
58 |
|
59 |
def run_and_submit_all( profile: gr.OAuthProfile | None):
|