mgyigit commited on
Commit
f1af3fb
·
1 Parent(s): c8efc18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -4
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.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):
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("""