mgyigit commited on
Commit
73304c6
·
1 Parent(s): bbfcee3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -3
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.Markdown("""
191
- [![arXiv](https://img.shields.io/badge/arXiv-2302.07868-b31b1b)](https://arxiv.org/abs/2302.07868)
192
- [![GitHub](https://img.shields.io/badge/GitHub-Repository-24292e)](https://github.com/HUBioDataLab/DrugGEN)
 
 
 
 
 
 
 
 
 
 
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):