Skip to content

Commit

Permalink
fix: remove upload to hub button
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberenstein1957 committed Aug 14, 2024
1 parent d977543 commit 5421474
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/dataset_viber/_plotly/bulk.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,11 +433,11 @@ def _get_app_layout(self, figure, dataframe, labels, hf_token):
n_clicks=0,
)
),
dbc.Button(
"Upload to Hub",
id="upload-button",
n_clicks=0,
),
# dbc.Button(
# "Upload to Hub",
# id="upload-button",
# n_clicks=0,
# ),
dbc.Button("Download Text", id="btn-download-txt"),
dcc.Download(id="download-text"),
]
Expand Down

0 comments on commit 5421474

Please sign in to comment.