aliabd HF Staff commited on
Commit
886f7fe
·
verified ·
1 Parent(s): d9a3d74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def search_gradio_docs(query):
27
  str: The search results
28
  """
29
  response = requests.post(
30
- "https://www.playground-worker.pages.dev/api/prompt",
31
  headers={
32
  "Content-Type": "application/json",
33
  "Origin": "https://gradio.app"
 
27
  str: The search results
28
  """
29
  response = requests.post(
30
+ "https://playground-worker.pages.dev/api/prompt",
31
  headers={
32
  "Content-Type": "application/json",
33
  "Origin": "https://gradio.app"