OwenStOnge commited on
Commit
205e138
·
verified ·
1 Parent(s): cc75eed

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -1
app.R CHANGED
@@ -892,7 +892,8 @@ ui <- fluidPage(
892
  br(),
893
  actionButton("scrape_btn", "Scrape Data", class = "btn-primary"),
894
  br(), br(),
895
- downloadButton("download_scrape", "Download CSV")
 
896
  ),
897
 
898
  column(6,
 
892
  br(),
893
  actionButton("scrape_btn", "Scrape Data", class = "btn-primary"),
894
  br(), br(),
895
+ downloadButton("download_scrape", "Download CSV"),
896
+ actionButton("upload_hf_btn", "Upload to HF Dataset", class = "btn-download")
897
  ),
898
 
899
  column(6,