Spaces:
Paused
Paused
osanseviero
commited on
Commit
β’
875adeb
1
Parent(s):
3524c01
Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,6 @@ with demo:
|
|
152 |
inp = gr.Textbox(label="Protein sequence", lines=3, value=DEFAULT_SEQ, placeholder="Write your protein sequence here...")
|
153 |
with gr.Column():
|
154 |
btn = gr.Button("π¬ Predict Structure ").style(full_width=False)
|
155 |
-
download = gr.File(label="Download file")
|
156 |
mol = gr.HTML(update)
|
157 |
#download = gr.File(label="Download file")
|
158 |
btn.click(fn=update, inputs=inp, outputs=mol)
|
|
|
152 |
inp = gr.Textbox(label="Protein sequence", lines=3, value=DEFAULT_SEQ, placeholder="Write your protein sequence here...")
|
153 |
with gr.Column():
|
154 |
btn = gr.Button("π¬ Predict Structure ").style(full_width=False)
|
|
|
155 |
mol = gr.HTML(update)
|
156 |
#download = gr.File(label="Download file")
|
157 |
btn.click(fn=update, inputs=inp, outputs=mol)
|