Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -187,14 +187,10 @@ with gr.Blocks(theme=gr.themes.Ocean()) as demo:
|
|
187 |
with gr.Column(scale=1):
|
188 |
gr.Markdown("# DrugGEN: Target Centric De Novo Design of Drug Candidate Molecules with Graph Generative Deep Adversarial Networks")
|
189 |
|
190 |
-
gr.
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
<a href="https://github.com/HUBioDataLab/DrugGEN" target="_blank">
|
195 |
-
<img src="https://img.shields.io/badge/GitHub-Repository-24292e" alt="GitHub badge" />
|
196 |
-
</a>
|
197 |
-
''')
|
198 |
|
199 |
with gr.Accordion("About DrugGEN Models", open=False):
|
200 |
gr.Markdown("""
|
|
|
187 |
with gr.Column(scale=1):
|
188 |
gr.Markdown("# DrugGEN: Target Centric De Novo Design of Drug Candidate Molecules with Graph Generative Deep Adversarial Networks")
|
189 |
|
190 |
+
gr.Markdown("""
|
191 |
+
[](https://arxiv.org/abs/2302.07868)
|
192 |
+
[](https://github.com/HUBioDataLab/DrugGEN)
|
193 |
+
""")
|
|
|
|
|
|
|
|
|
194 |
|
195 |
with gr.Accordion("About DrugGEN Models", open=False):
|
196 |
gr.Markdown("""
|