Psiska commited on
Commit
65a6806
·
verified ·
1 Parent(s): 43df6ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -608,7 +608,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
608
  print(f"Error instantiating agent: {e}")
609
  return f"Error initializing agent: {e}", None
610
  # In the case of an app running as a hugging Face space, this link points toward your codebase ( usefull for others so please keep it public)
611
- agent_code = f"https://huggingface.co/spaces/TheZakynthian/Final_Assignment_Template/tree/main"
612
 
613
  # 2. Fetch Questions
614
  print(f"Fetching questions from: {questions_url}")
 
608
  print(f"Error instantiating agent: {e}")
609
  return f"Error initializing agent: {e}", None
610
  # In the case of an app running as a hugging Face space, this link points toward your codebase ( usefull for others so please keep it public)
611
+ agent_code = f"https://huggingface.co/spaces/Psiska/Final_Assignment/tree/main"
612
 
613
  # 2. Fetch Questions
614
  print(f"Fetching questions from: {questions_url}")