David Dale commited on
Commit
317a7e6
·
1 Parent(s): 8d96c36

temporarily disable the data browser

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,7 +11,7 @@ import pandas as pd
11
  from collections import defaultdict
12
 
13
  from leaderboard import leaderboard_tab
14
- from data_samples import data_browse_tab
15
 
16
  DLA = """
17
  Note that the dataset collected by the BOUQuET initiative and your contributions to this dataset will be released under the following open source license.
@@ -260,7 +260,7 @@ with gr.Blocks(
260
  """)
261
  intro_tab()
262
  leaderboard_tab()
263
- data_browse_tab()
264
  guidelines_tab()
265
  dla_tab()
266
 
 
11
  from collections import defaultdict
12
 
13
  from leaderboard import leaderboard_tab
14
+ # from data_samples import data_browse_tab
15
 
16
  DLA = """
17
  Note that the dataset collected by the BOUQuET initiative and your contributions to this dataset will be released under the following open source license.
 
260
  """)
261
  intro_tab()
262
  leaderboard_tab()
263
+ # data_browse_tab()
264
  guidelines_tab()
265
  dla_tab()
266