Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 =
|
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 |
|