Spaces:
Running
Running
update
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ if __name__ == "__main__":
|
|
80 |
fn=main,
|
81 |
title="Molecular properties",
|
82 |
inputs=[
|
83 |
-
gr.Dropdown(properties, label="Property", value="
|
84 |
gr.Textbox(
|
85 |
label="Single SMILES",
|
86 |
placeholder="CC(C#C)N(C)C(=O)NC1=CC=C(Cl)C=C1",
|
|
|
80 |
fn=main,
|
81 |
title="Molecular properties",
|
82 |
inputs=[
|
83 |
+
gr.Dropdown(properties, label="Property", value="Scscore"),
|
84 |
gr.Textbox(
|
85 |
label="Single SMILES",
|
86 |
placeholder="CC(C#C)N(C)C(=O)NC1=CC=C(Cl)C=C1",
|