Malikeh Ehghaghi commited on
Commit
784170b
1 Parent(s): b424024

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -33
app.py CHANGED
@@ -26,32 +26,9 @@ def main():
26
  case_sensitive = gr.Checkbox(label='Case Sensitive')
27
 
28
  filter_names = gr.CheckboxGroup(choices=[
29
- 'Dataset',
30
- # 'Data Link',
31
  'Paper',
32
  ], label='Filter')
33
-
34
- # data_type_names = [
35
- # 'DNA', 'scRNA', 'mRNA', 'scRNA perturbation', 'RNA structure prediction', 'RNA language model', 'protein language model', 'protein structure prediction',
36
- # 'protein generation', 'protein function prediction', 'protein fitness prediction', 'antibody structure prediction', 'antibody language model', 'molecules',
37
- # 'ligand generation', 'reaction-to-enzyme', 'enzyme generation', 'epigenomic', 'molecular docking', 'peptide property prediction',
38
- # ]
39
-
40
- # data_types = gr.CheckboxGroup(choices=data_type_names,
41
- # value=data_type_names,
42
- # label='Type')
43
-
44
- # years = ['2020', '2021', '2022', '2023']
45
-
46
- # years_checkbox = gr.CheckboxGroup(choices=years, value=years, label='Year of Publication/Preprint')
47
-
48
- # model_type_names = [
49
- # 'GPT2', 'GPT-Neo', 'GPT-NeoX', 'ESM', 'BERT', 'RoBERTa', 'BART', 'T5', 'MPNN', 'diffusion', 'custom model'
50
- # ]
51
-
52
- # model_types = gr.CheckboxGroup(choices=model_type_names,
53
- # value=model_type_names,
54
- # label='Base Model')
55
 
56
  search_button = gr.Button('Search')
57
 
@@ -66,9 +43,6 @@ def main():
66
  search_box,
67
  case_sensitive,
68
  filter_names
69
- # data_types,
70
- # years_checkbox,
71
- #model_types
72
  ],
73
  outputs=[
74
  number_of_datasets,
@@ -79,9 +53,6 @@ def main():
79
  search_box,
80
  case_sensitive,
81
  filter_names
82
- # data_types,
83
- # years_checkbox,
84
- #model_types
85
  ],
86
  outputs=[
87
  number_of_datasets,
@@ -93,9 +64,6 @@ def main():
93
  search_box,
94
  case_sensitive,
95
  filter_names
96
- # data_types,
97
- # years_checkbox,
98
- #model_types
99
  ],
100
  outputs=[
101
  number_of_datasets,
 
26
  case_sensitive = gr.Checkbox(label='Case Sensitive')
27
 
28
  filter_names = gr.CheckboxGroup(choices=[
29
+ 'Data Link',
 
30
  'Paper',
31
  ], label='Filter')
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
 
33
  search_button = gr.Button('Search')
34
 
 
43
  search_box,
44
  case_sensitive,
45
  filter_names
 
 
 
46
  ],
47
  outputs=[
48
  number_of_datasets,
 
53
  search_box,
54
  case_sensitive,
55
  filter_names
 
 
 
56
  ],
57
  outputs=[
58
  number_of_datasets,
 
64
  search_box,
65
  case_sensitive,
66
  filter_names
 
 
 
67
  ],
68
  outputs=[
69
  number_of_datasets,