jjvelezo commited on
Commit
4356784
·
verified ·
1 Parent(s): f6415db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
39
  print("User not logged in.")
40
  return "Please Login to Hugging Face with the button.", None
41
 
42
- api_url = DEFAULT_API_URL
43
  questions_url = f"{api_url}/questions"
44
  submit_url = f"{api_url}/submit"
45
 
 
39
  print("User not logged in.")
40
  return "Please Login to Hugging Face with the button.", None
41
 
42
+ api_url = "https://huggingface.co/api/spaces/your-space-id"
43
  questions_url = f"{api_url}/questions"
44
  submit_url = f"{api_url}/submit"
45