i_vorobyev
commited on
Commit
·
61ecdb3
1
Parent(s):
3383bc8
add title
Browse files
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)
|