sharktide commited on
Commit
5410c37
·
verified ·
1 Parent(s): 9461fe7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ scheduler = CommitScheduler(
58
  )
59
 
60
  def check_huggingface_recipe_name(name: str) -> bool:
61
- url = "https://datasets-server.huggingface.co/rows?dataset=sharktide%2Frecipes&config=default&split=train"
62
  response = requests.get(url)
63
 
64
  if response.status_code == 200:
 
58
  )
59
 
60
  def check_huggingface_recipe_name(name: str) -> bool:
61
+ url = "https://datasets-server.huggingface.co/first-rows?dataset=sharktide%2Frecipes&config=default&split=train"
62
  response = requests.get(url)
63
 
64
  if response.status_code == 200: