libokj commited on
Commit
0522417
·
verified ·
1 Parent(s): 79371bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1886,7 +1886,7 @@ higher identities usually lead to greater confidence in the predictions.<br>
1886
  # value='Family-Specific Auto-Recommendation',
1887
  # label='Step 4. Select a Preset Model')
1888
  target_identify_preset = gr.Dropdown(
1889
- choices=['DeepConvDTI', 'DeepDTA', 'DrugVQA', 'DrugBAN', 'HyperAttentionDTI', 'MGraphDTA'],
1890
  value='DrugBAN',
1891
  label='Step 4. Select a Preset Model')
1892
  identify_preset_recommend_btn = gr.Button(value='OR Let Us Recommend for You',
 
1886
  # value='Family-Specific Auto-Recommendation',
1887
  # label='Step 4. Select a Preset Model')
1888
  target_identify_preset = gr.Dropdown(
1889
+ choices=['DeepConvDTI', 'DeepDTA', 'DrugVQA-Seq', 'DrugBAN', 'HyperAttentionDTI', 'MGraphDTA'],
1890
  value='DrugBAN',
1891
  label='Step 4. Select a Preset Model')
1892
  identify_preset_recommend_btn = gr.Button(value='OR Let Us Recommend for You',