Update app.py
Browse files
app.py
CHANGED
|
@@ -78,7 +78,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 78 |
else:
|
| 79 |
print("User not logged in.")
|
| 80 |
return "Please Login to Hugging Face with the button.", None
|
| 81 |
-
target_id = '
|
| 82 |
|
| 83 |
# Filter the dataset to include ONLY the target task ID
|
| 84 |
# This uses the 'filter' method available on Hugging Face datasets.
|
|
|
|
| 78 |
else:
|
| 79 |
print("User not logged in.")
|
| 80 |
return "Please Login to Hugging Face with the button.", None
|
| 81 |
+
target_id = '4fc2f1ae-8625-45b5-ab34-ad4433bc21f8'
|
| 82 |
|
| 83 |
# Filter the dataset to include ONLY the target task ID
|
| 84 |
# This uses the 'filter' method available on Hugging Face datasets.
|