Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -187,9 +187,19 @@ 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):
|
|
|
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 |
+
<div style="display: flex; gap: 10px; margin-bottom: 15px;">
|
192 |
+
<a href="https://arxiv.org/abs/2302.07868" target="_blank" style="text-decoration: none;">
|
193 |
+
<div style="display: inline-block; background-color: #b31b1b; color: white; padding: 5px 10px; border-radius: 5px; font-size: 14px;">
|
194 |
+
<span style="font-weight: bold;">arXiv</span> 2302.07868
|
195 |
+
</div>
|
196 |
+
</a>
|
197 |
+
<a href="https://github.com/HUBioDataLab/DrugGEN" target="_blank" style="text-decoration: none;">
|
198 |
+
<div style="display: inline-block; background-color: #24292e; color: white; padding: 5px 10px; border-radius: 5px; font-size: 14px;">
|
199 |
+
<span style="font-weight: bold;">GitHub</span> Repository
|
200 |
+
</div>
|
201 |
+
</a>
|
202 |
+
</div>
|
203 |
""")
|
204 |
|
205 |
with gr.Accordion("About DrugGEN Models", open=False):
|