GattoNero commited on
Commit
af0a809
·
verified ·
1 Parent(s): e8de13a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
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):