lhoestq HF staff commited on
Commit
fcbb8be
1 Parent(s): 09dfd06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ def get_page(dataset: str, config: str, split: str, page: str) -> Tuple[str, int
192
 
193
  with gr.Blocks() as demo:
194
  gr.Markdown("# 📖 Datasets Explorer\n\nAccess any slice of data of any dataset on the [Hugging Face Dataset Hub](https://huggingface.co/datasets)")
195
- gr.Markdown("This is the demo app used to show dataset viewers from parquet exports before it was add on the Hugging Face website.")
196
  cp_dataset = gr.Textbox("frgfm/imagenette", label="Pick a dataset", placeholder="competitions/aiornot")
197
  cp_go = gr.Button("Explore")
198
  cp_config = gr.Dropdown(["plain_text"], value="plain_text", label="Config", visible=False)
 
192
 
193
  with gr.Blocks() as demo:
194
  gr.Markdown("# 📖 Datasets Explorer\n\nAccess any slice of data of any dataset on the [Hugging Face Dataset Hub](https://huggingface.co/datasets)")
195
+ gr.Markdown("This is the dataset viewer from parquet export demo before the feature was added on the Hugging Face website.")
196
  cp_dataset = gr.Textbox("frgfm/imagenette", label="Pick a dataset", placeholder="competitions/aiornot")
197
  cp_go = gr.Button("Explore")
198
  cp_config = gr.Dropdown(["plain_text"], value="plain_text", label="Config", visible=False)