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