lhoestq HF staff commited on
Commit
96c07c1
β€’
1 Parent(s): 1fe49eb
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,10 +16,10 @@ css = """
16
  """
17
 
18
  with gr.Blocks(css=css) as demo:
19
- gr.Markdown("# πŸ‘€ Parquet Viewer πŸ“š")
20
- gr.Markdown("View the content of Parquet files inside a dataset repository or pull request.")
21
  with gr.Row():
22
  with gr.Column(scale=10):
 
 
23
  dataset_search = HuggingfaceHubSearch(
24
  label="Hub Dataset ID",
25
  placeholder="Search for dataset id on Huggingface",
 
16
  """
17
 
18
  with gr.Blocks(css=css) as demo:
 
 
19
  with gr.Row():
20
  with gr.Column(scale=10):
21
+ gr.Markdown("# πŸ‘€ Parquet Viewer πŸ“š")
22
+ gr.Markdown("View the content of Parquet files inside a dataset repository or pull request.")
23
  dataset_search = HuggingfaceHubSearch(
24
  label="Hub Dataset ID",
25
  placeholder="Search for dataset id on Huggingface",