Tesvia commited on
Commit
8732cc9
·
1 Parent(s): 49f4445

comment bug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
38
  except Exception as e:
39
  print(f"Error instantiating agent: {e}")
40
  return f"Error initializing agent: {e}", None
41
- # 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)
42
  agent_code = f"https://huggingface.co/spaces/{space_id}/tree/main"
43
  print(agent_code)
44
 
 
38
  except Exception as e:
39
  print(f"Error instantiating agent: {e}")
40
  return f"Error initializing agent: {e}", None
41
+ # In the case of an app running as a hugging Face space, this link points toward your codebase ( useful for others so please keep it public)
42
  agent_code = f"https://huggingface.co/spaces/{space_id}/tree/main"
43
  print(agent_code)
44