Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1224,7 +1224,7 @@ def create_html_report(df, file=None, task=None, opts=(), progress=gr.Progress(t
|
|
1224 |
job = 'Drug Hit Screening'
|
1225 |
category = 'Scaffold SMILES'
|
1226 |
columns_unique = df_html.columns.isin(
|
1227 |
-
['X2', 'ID2', 'Target Family',
|
1228 |
'Max. Sequence Identity to Training Targets', 'Max. Id. Training Target']
|
1229 |
)
|
1230 |
|
@@ -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', 'DrugBAN', 'HyperAttentionDTI'],
|
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',
|
|
|
1224 |
job = 'Drug Hit Screening'
|
1225 |
category = 'Scaffold SMILES'
|
1226 |
columns_unique = df_html.columns.isin(
|
1227 |
+
['X2', 'ID2', 'Target Family',
|
1228 |
'Max. Sequence Identity to Training Targets', 'Max. Id. Training Target']
|
1229 |
)
|
1230 |
|
|
|
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',
|