Spaces:
Sleeping
Sleeping
Commit
·
6e36d77
1
Parent(s):
8ff4eb4
added notes on input
Browse files
app.py
CHANGED
@@ -126,6 +126,7 @@ def create_interface():
|
|
126 |
info="Select the target protein from the dropdown menu.",
|
127 |
value="ada"
|
128 |
)
|
|
|
129 |
with gr.Column():
|
130 |
gr.Markdown("#### Ligand")
|
131 |
ligand_smile = gr.Textbox(
|
|
|
126 |
info="Select the target protein from the dropdown menu.",
|
127 |
value="ada"
|
128 |
)
|
129 |
+
gr.Markdown(" Check the available target proteins [here](https://github.com/juliocesar-io/PLA-Net/blob/main/data/targets.md). The corresponding protein sequences are available in [here](https://github.com/juliocesar-io/PLA-Net/blob/main/data/datasets/AD/Targets_Fasta.csv).")
|
130 |
with gr.Column():
|
131 |
gr.Markdown("#### Ligand")
|
132 |
ligand_smile = gr.Textbox(
|