Spaces:
Running
Running
Update app.py
Browse files
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:
|