lewtun HF staff commited on
Commit
fe69431
2 Parent(s): 9fcee43 4ec914d

Merge pull request #53 from huggingface/fix-ds-server

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,7 +227,7 @@ with st.expander("Advanced configuration"):
227
 
228
  # Select columns
229
  rows_resp = http_get(
230
- path="/rows",
231
  domain=DATASETS_PREVIEW_API,
232
  params={
233
  "dataset": selected_dataset,
227
 
228
  # Select columns
229
  rows_resp = http_get(
230
+ path="/first-rows",
231
  domain=DATASETS_PREVIEW_API,
232
  params={
233
  "dataset": selected_dataset,