aliabd HF Staff commited on
Commit
4d5bfca
·
verified ·
1 Parent(s): 6e5c361

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def load_gradio_docs():
9
  str: Gradio's full documentation, example demos, and useful context.
10
  """
11
  try:
12
- response = requests.get("https://gradio.app/llms.txt")
13
  text = response.text
14
  return text
15
  except Exception as error:
 
9
  str: Gradio's full documentation, example demos, and useful context.
10
  """
11
  try:
12
+ response = requests.get("https://www.gradio.app/llms.txt")
13
  text = response.text
14
  return text
15
  except Exception as error: