Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -187,10 +187,14 @@ 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 |
|
195 |
with gr.Accordion("About DrugGEN Models", open=False):
|
196 |
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.HTML('''
|
191 |
+
<a href="https://arxiv.org/abs/2302.07868" target="_blank">
|
192 |
+
<img src="https://img.shields.io/badge/arXiv-2302.07868-b31b1b" alt="arXiv badge" />
|
193 |
+
</a>
|
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("""
|