phseidl commited on
Commit
8907311
1 Parent(s): 9bbaa7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -83,9 +83,12 @@ def mhn_react_backend(mol, use_custom: bool):
83
  with gr.Blocks() as demo:
84
  gr.Markdown(
85
  """
86
- __[Github](https://github.com/ml-jku/mhn-react)__
87
- __[acs.jcim](https://pubs.acs.org/doi/10.1021/acs.jcim.1c01065)__
88
- __[Google Colab](https://colab.research.google.com/github/ml-jku/mhn-react/blob/main/notebooks/colab_MHNreact_demo.ipynb)__
 
 
 
89
  ### MHN-react
90
  Adapting modern Hopfield networks (Ramsauer et al., 2021) (MHN) to associate different data modalities,
91
  molecules and reaction templates, to improve predictive performance for rare templates and single-step retrosynthesis.
 
83
  with gr.Blocks() as demo:
84
  gr.Markdown(
85
  """
86
+ [![arXiv](https://img.shields.io/badge/acs.jcim-1c01065-yellow.svg)](https://doi.org/10.1021/acs.jcim.1c01065)
87
+ [![arXiv](https://img.shields.io/badge/arXiv-2104.03279-b31b1b.svg)](https://arxiv.org/abs/2104.03279)
88
+ [![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/)
89
+ [![Pytorch](https://img.shields.io/badge/Pytorch-1.6-red.svg)](https://pytorch.org/get-started/previous-versions/)
90
+ [![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://opensource.org/licenses/BSD-2-Clause)
91
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ml-jku/mhn-react/blob/main/notebooks/colab_MHNreact_demo.ipynb)
92
  ### MHN-react
93
  Adapting modern Hopfield networks (Ramsauer et al., 2021) (MHN) to associate different data modalities,
94
  molecules and reaction templates, to improve predictive performance for rare templates and single-step retrosynthesis.