osanseviero HF staff commited on
Commit
28a8b5f
1 Parent(s): fded319

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ api = HfApi()
25
  def submit(name, description, inputs_description, usage_description, input_variables, template, token):
26
  # Join the organization
27
  headers = {"Authorization" : f"Bearer: {token}", "Content-Type": "application/json"}
28
- response = requests.post("https://huggingface.co/organizations/LangChainHub/share/VNemVvLTwKsAPQpMKekDrIgzCyoXmKakzI", headers=headers)
29
 
30
  variables = input_variables.split(",")
31
 
 
25
  def submit(name, description, inputs_description, usage_description, input_variables, template, token):
26
  # Join the organization
27
  headers = {"Authorization" : f"Bearer: {token}", "Content-Type": "application/json"}
28
+ response = requests.post("https://huggingface.co/organizations/LangChainHub-Prompts/share/VNemVvLTwKsAPQpMKekDrIgzCyoXmKakzI", headers=headers)
29
 
30
  variables = input_variables.split(",")
31