polinaeterna HF staff commited on
Commit
3547857
β€’
1 Parent(s): d676577

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from gradio_huggingfacehub_search import HuggingfaceHubSearch
3
 
4
 
5
  with gr.Blocks() as demo:
6
- gr.Markdown("# πŸ’« Process parquet files πŸ’«")
7
  dataset_name = HuggingfaceHubSearch(
8
  label="Hub Dataset ID",
9
  placeholder="Search for dataset id on Huggingface",
 
3
 
4
 
5
  with gr.Blocks() as demo:
6
+ gr.Markdown("# πŸ’« Preview dataset πŸ’«")
7
  dataset_name = HuggingfaceHubSearch(
8
  label="Hub Dataset ID",
9
  placeholder="Search for dataset id on Huggingface",