Sborole commited on
Commit
5b6e527
·
verified ·
1 Parent(s): 0f90701

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = '935e2cff-ae78-4218-b3f5-115589b19dae'
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.