simonduerr commited on
Commit
fb853ff
1 Parent(s): e1a6cd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -213,6 +213,9 @@ proteinMPNN = gr.Blocks()
213
 
214
  with proteinMPNN:
215
  gr.Markdown("# ProteinMPNN")
 
 
 
216
  with gr.Tabs():
217
  with gr.TabItem("Input"):
218
  inp = gr.Textbox( placeholder="PDB Code or upload file below", label="Input structure"
 
213
 
214
  with proteinMPNN:
215
  gr.Markdown("# ProteinMPNN")
216
+ gr.Markdown("""Citation: **Robust deep learning based protein sequence design using ProteinMPNN** <br>
217
+ Justas Dauparas, Ivan Anishchenko, Nathaniel Bennett, Hua Bai, Robert J. Ragotte, Lukas F. Milles, Basile I. M. Wicky, Alexis Courbet, Robbert J. de Haas, Neville Bethel, Philip J. Y. Leung, Timothy F. Huddy, Sam Pellock, Doug Tischer, Frederick Chan, Brian Koepnick, Hannah Nguyen, Alex Kang, Banumathi Sankaran, Asim Bera, Neil P. King, David Baker <br>
218
+ bioRxiv 2022.06.03.494563; doi: [10.1101/2022.06.03.494563](https://doi.org/10.1101/2022.06.03.494563) <br><br> Server built by [@simonduerr](https://twitter.com/simonduerr) and hosted by Huggingface""")
219
  with gr.Tabs():
220
  with gr.TabItem("Input"):
221
  inp = gr.Textbox( placeholder="PDB Code or upload file below", label="Input structure"