asoria HF staff commited on
Commit
7af3e0d
β€’
1 Parent(s): 2d53b10

Small detail

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,7 +8,7 @@ from huggingface_hub import HfApi
8
  TODOs:
9
  - Handle erros
10
  - Add more commands to the notebook
11
- - Parametrize the commands
12
  - How to handle configs and splits?
13
  - Let user choose the framework
14
  - Improve logs
@@ -54,7 +54,7 @@ def generate_notebook(dataset_id):
54
 
55
 
56
  with gr.Blocks() as demo:
57
- gr.Markdown("# πŸ€– Dataset auto analyst creator πŸ•΅οΈ")
58
  dataset_name = HuggingfaceHubSearch(
59
  label="Hub Dataset ID",
60
  placeholder="Search for dataset id on Huggingface",
 
8
  TODOs:
9
  - Handle erros
10
  - Add more commands to the notebook
11
+ - Parametrize the commands (Move to another file)
12
  - How to handle configs and splits?
13
  - Let user choose the framework
14
  - Improve logs
 
54
 
55
 
56
  with gr.Blocks() as demo:
57
+ gr.Markdown("# πŸ€– Dataset notebook creator πŸ•΅οΈ")
58
  dataset_name = HuggingfaceHubSearch(
59
  label="Hub Dataset ID",
60
  placeholder="Search for dataset id on Huggingface",