i_vorobyev commited on
Commit
61ecdb3
·
1 Parent(s): 3383bc8
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -107,6 +107,7 @@ inputs = [gr.Textbox(lines=5, label="Heavy chain"),
107
  ]
108
  iface = gr.Interface(fn=pred_seq,
109
  inputs=inputs,
110
- outputs=gr.HTML())
 
111
 
112
  iface.launch(share = True)
 
107
  ]
108
  iface = gr.Interface(fn=pred_seq,
109
  inputs=inputs,
110
+ outputs=gr.HTML(),
111
+ title="Antibody structure prediction")
112
 
113
  iface.launch(share = True)